Massive refactoring: UIBuilder, Vew, HACArd, Badge
This commit is contained in:
9
lib/badge_class.dart
Normal file
9
lib/badge_class.dart
Normal file
@ -0,0 +1,9 @@
|
||||
part of 'main.dart';
|
||||
|
||||
class Badge {
|
||||
String _entityId;
|
||||
|
||||
Badge(String groupId) {
|
||||
_entityId = groupId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user