phases property

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

If the Activity has discrete "phases" that we can track, that info will be here. Otherwise, this value will be NULL. Note that this is a list and not a dictionary: the order implies the ascending order of phases or progression in this activity.

Implementation

@JsonKey(name:'phases')
List<DestinyMilestoneActivityPhase>? phases;