GameHighScores constructor
const
GameHighScores({
- required List<
GameHighScore> scores, - dynamic extra,
- int? clientId,
Contains a list of game high scores
Implementation
const GameHighScores({
required this.scores,
this.extra,
this.clientId,
});