score property
A mapping from the name of each participant as a string to their score.
Implementation
Map<String, ParticipantScore> score;
A mapping from the name of each participant as a string to their score.
Map<String, ParticipantScore> score;