LeaderboardConfigurationListResponse constructor
LeaderboardConfigurationListResponse({
- List<
LeaderboardConfiguration> ? items, - String? kind,
- String? nextPageToken,
Implementation
LeaderboardConfigurationListResponse({
this.items,
this.kind,
this.nextPageToken,
});