cubetiq_dart_shared/lib/src/cubetiq_dart_shared_base.dart
2021-06-01 19:41:14 +07:00

7 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;
}