LeaderboardListResponse constructor

LeaderboardListResponse({
  1. List<Leaderboard>? items,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

LeaderboardListResponse({
  this.items,
  this.kind,
  this.nextPageToken,
});