AchievementConfiguration constructor

AchievementConfiguration({
  1. String? achievementType,
  2. AchievementConfigurationDetail? draft,
  3. String? id,
  4. String? initialState,
  5. String? kind,
  6. AchievementConfigurationDetail? published,
  7. int? stepsToUnlock,
  8. String? token,
})

Implementation

AchievementConfiguration({
  this.achievementType,
  this.draft,
  this.id,
  this.initialState,
  this.kind,
  this.published,
  this.stepsToUnlock,
  this.token,
});