readyPlayers property Null safety
Gets the players who are ready for the next round
Implementation
IList<PlayerID> get readyPlayers => generic.readyPlayers;
Gets the players who are ready for the next round
IList<PlayerID> get readyPlayers => generic.readyPlayers;