RaidDamageRewardSchema constructor
RaidDamageRewardSchema({
- required int damagePerReward,
- int? maxRewards,
- List<
SimpleItemSchema> items = const [],
Returns a new RaidDamageRewardSchema instance.
Implementation
RaidDamageRewardSchema({
required this.damagePerReward,
this.maxRewards,
this.items = const [],
});