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