Returns all players of team.
team
Iterable<String> getPlayers(String team) => _playersByTeam[team] ?? <String>[];