AchievementConfigurationDetail constructor

AchievementConfigurationDetail({
  1. LocalizedStringBundle? description,
  2. String? iconUrl,
  3. String? kind,
  4. LocalizedStringBundle? name,
  5. int? pointValue,
  6. int? sortRank,
})

Implementation

AchievementConfigurationDetail({
  this.description,
  this.iconUrl,
  this.kind,
  this.name,
  this.pointValue,
  this.sortRank,
});