AchievementConfigurationDetail constructor
AchievementConfigurationDetail({
- LocalizedStringBundle? description,
- String? iconUrl,
- String? kind,
- LocalizedStringBundle? name,
- int? pointValue,
- int? sortRank,
Implementation
AchievementConfigurationDetail({
this.description,
this.iconUrl,
this.kind,
this.name,
this.pointValue,
this.sortRank,
});