rewards property

  1. @JsonKey(name: 'rewards')
Map<String, DestinyMilestoneRewardCategoryDefinition>? rewards
getter/setter pair

If this milestone can provide rewards, this will define the categories into which the individual reward entries are placed. This is keyed by the Category's hash, which is only guaranteed to be unique within a given Milestone.

Implementation

@JsonKey(name:'rewards')
Map<String, DestinyMilestoneRewardCategoryDefinition>? rewards;