static GameTeam fromMap(Map<String, dynamic> map) { return ensureInitialized().decodeMap<GameTeam>(map); }