displayProgressions property

  1. @JsonKey(name: 'displayProgressions')
List<DestinyActivityGraphDisplayProgressionDefinition>? displayProgressions
getter/setter pair

Progressions can also display on maps, but similarly to displayObjectives we appear to lack some required information and context right now. We will have to look into it later and add more data if possible.

Implementation

@JsonKey(name:'displayProgressions')
List<DestinyActivityGraphDisplayProgressionDefinition>? displayProgressions;