GameHighScores constructor

GameHighScores({
  1. required List<GameHighScore> scores,
})

Implementation

GameHighScores({required this.scores});