GameHighScores constructor
GameHighScores({
- String? extra,
- int? client_id,
- vector<
GameHighScore> ? scores,
Implementation
GameHighScores({
super.extra,
super.client_id,
this.scores,
});