activityGraphNodes property
- @JsonKey(name: 'activityGraphNodes')
getter/setter pair
If the activity and its challenge is visible on any of these nodes, it will be returned.
Implementation
@JsonKey(name:'activityGraphNodes')
List<DestinyMilestoneChallengeActivityGraphNodeEntry>? activityGraphNodes;