progressions property
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;