init dart shared

This commit is contained in:
2021-06-01 19:41:14 +07:00
commit c1437f133a
9 changed files with 98 additions and 0 deletions

View File

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