GameHighScores constructor

GameHighScores(
  1. {required List<GameHighScore> scores,
  2. int? extra,
  3. int? clientId}
)

Contains a list of game high scores

Implementation

GameHighScores