LeaderboardScores constructor
LeaderboardScores({
- List<
LeaderboardEntry> ? items, - String? kind,
- String? nextPageToken,
- String? numScores,
- LeaderboardEntry? playerScore,
- String? prevPageToken,
Implementation
LeaderboardScores({
this.items,
this.kind,
this.nextPageToken,
this.numScores,
this.playerScore,
this.prevPageToken,
});