playerNames property Null safety
Returns the list of players involved in the game
Implementation
IList<PlayerID> get playerNames => _players.map((p) => p.name).toIList();
Returns the list of players involved in the game
IList<PlayerID> get playerNames => _players.map((p) => p.name).toIList();