AchievementConfiguration constructor
AchievementConfiguration({
- String? achievementType,
- AchievementConfigurationDetail? draft,
- String? id,
- String? initialState,
- String? kind,
- AchievementConfigurationDetail? published,
- int? stepsToUnlock,
- String? token,
Implementation
AchievementConfiguration({
this.achievementType,
this.draft,
this.id,
this.initialState,
this.kind,
this.published,
this.stepsToUnlock,
this.token,
});