LeaderboardConfigurationListResponse constructor

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

Implementation

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