playerIDs property Null safety
Gets the players that are a part of this game
Implementation
IList<PlayerID> get playerIDs => generic.players.map((p) => p.id).toIList();
Gets the players that are a part of this game
IList<PlayerID> get playerIDs => generic.players.map((p) => p.id).toIList();