progressions property

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

A Dictionary of all known progressions for the Character, keyed by the Progression's hash. Not all progressions have user-facing data, but those who do will have that data contained in the DestinyProgressionDefinition.

Implementation

@JsonKey(name:'progressions')
Map<String, DestinyProgression>? progressions;