stepObjectives property

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

A step can have multiple objectives. This will give you the progress for each objective in the current step, in the order in which they are rendered in-game.

Implementation

@JsonKey(name:'stepObjectives')
List<DestinyObjectiveProgress>? stepObjectives;