AchievementObjectiveSchema constructor
AchievementObjectiveSchema({
- required AchievementType type,
- String? target,
- required int total,
Returns a new AchievementObjectiveSchema instance.
Implementation
AchievementObjectiveSchema({
required this.type,
this.target,
required this.total,
});