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

6 lines
78 B
Dart

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