AchievementResetAllResponse constructor
AchievementResetAllResponse({
- String? kind,
- List<
AchievementResetResponse> ? results,
Implementation
AchievementResetAllResponse({
this.kind,
this.results,
});