playerRoundScores property

IMap<PlayerID, IList<double>> playerRoundScores

Gets the list of round scores for each player mapped by their id

Implementation

IMap<PlayerID, IList<double>> get playerRoundScores =>
    generic.playerRoundScores;