playerRoundScores property Null safety
Gets the list of round scores for each player mapped by their id
Implementation
IMap<PlayerID, IList<double>> get playerRoundScores =>
generic.playerRoundScores;
Gets the list of round scores for each player mapped by their id
IMap<PlayerID, IList<double>> get playerRoundScores =>
generic.playerRoundScores;