variants property

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

If you want more than just name/location/etc... you're going to have to dig into and show the variants of the conceptual activity. These will differ in seemingly arbitrary ways, like difficulty level and modifiers applied. Show it in whatever way tickles your fancy.

Implementation

@JsonKey(name:'variants')
List<DestinyMilestoneActivityVariant>? variants;