AchievementResetAllResponse constructor

AchievementResetAllResponse({
  1. String? kind,
  2. List<AchievementResetResponse>? results,
})

Implementation

AchievementResetAllResponse({
  this.kind,
  this.results,
});