Files
softplayer-dart-proto/lib/src/softplayer_dart_proto_base.dart
Nikolai Rodionov c753b02165 Init dart repo
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
2026-04-27 11:19:31 +02: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;
}