flutter-freaccess-hub/lib/core/meta/anotations.dart

7 lines
79 B
Dart

class DeadCode {
final String? desc;
const DeadCode([this.desc = '']);
}