scores property

List<GameHighScore> scores
read / write

A list of game high scores.

Implementation

late List<GameHighScore> scores;