PlayerLeaderboardScoreListResponse constructor

PlayerLeaderboardScoreListResponse({
  1. List<PlayerLeaderboardScore>? items,
  2. String? kind,
  3. String? nextPageToken,
  4. Player? player,
})

Implementation

PlayerLeaderboardScoreListResponse({
  this.items,
  this.kind,
  this.nextPageToken,
  this.player,
});