part of 'main.dart'; class Badge { String _entityId; Badge(String groupId) { _entityId = groupId; } }