dart-app-core/lib/src/dart_framework_base.dart
2023-01-23 17:18:11 +09:00

6 lines
145 B
Dart

// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}