powerBonusProgression property
- @JsonKey(name: 'powerBonusProgression')
getter/setter pair
Information about a current character's status with a Progression. A progression is a value that can increase with activity and has levels. Think Character Level and Reputation Levels. Combine this "live" data with the related DestinyProgressionDefinition for a full picture of the Progression.
Implementation
@JsonKey(name:'powerBonusProgression')
DestinyProgression? powerBonusProgression;