2016-02-16 13:58:29 -08:00

8 lines
80 B
Dart

// #docregion
class Hero {
num id;
String name;
bool isSecret = false;
}