players property Null safety
Gets an unmodifiable list of players that are a part of this game
Implementation
IList<Player> get players => generic.players;
Gets an unmodifiable list of players that are a part of this game
IList<Player> get players => generic.players;