AchievementResetMultipleForAllRequest constructor

AchievementResetMultipleForAllRequest({
  1. List<String>? achievementIds,
  2. String? kind,
})

Implementation

AchievementResetMultipleForAllRequest({
  this.achievementIds,
  this.kind,
});