progressionRewards property
- @JsonKey(name: 'progressionRewards')
getter/setter pair
If performing this action earns you Progression, this is the list of progressions and values granted for those progressions by performing this action.
Implementation
@JsonKey(name:'progressionRewards')
List<DestinyProgressionRewardDefinition>? progressionRewards;