LeaderboardScores constructor

LeaderboardScores({
  1. List<LeaderboardEntry>? items,
  2. String? kind,
  3. String? nextPageToken,
  4. String? numScores,
  5. LeaderboardEntry? playerScore,
  6. String? prevPageToken,
})

Implementation

LeaderboardScores({
  this.items,
  this.kind,
  this.nextPageToken,
  this.numScores,
  this.playerScore,
  this.prevPageToken,
});