totalScores property

IMap<PlayerID, double> totalScores

Gets the total score for each player mapped by player id

Implementation

IMap<PlayerID, double> get totalScores => generic.totalScores;