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