questRewards property
- @JsonKey(name: 'questRewards')
getter/setter pair
The rewards you will get for completing this quest, as best as we could extract them from our data. Sometimes, it'll be a decent amount of data. Sometimes, it's going to be sucky. Sorry.
Implementation
@JsonKey(name:'questRewards')
DestinyMilestoneQuestRewardsDefinition? questRewards;