2016-03-25 15:21:11 -07:00

7 lines
79 B
Dart

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