pointProgression property

  1. @JsonKey(name: 'pointProgression')
DestinyProgression? pointProgression
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:'pointProgression')
DestinyProgression? pointProgression;