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