roundPlayerScores property Null safety
Gets the map of player scores grouped by round
Implementation
IList<IMap<PlayerID, double>> get roundPlayerScores =>
generic.roundPlayerScores;
Gets the map of player scores grouped by round
IList<IMap<PlayerID, double>> get roundPlayerScores =>
generic.roundPlayerScores;