activityGraphList property
- @JsonKey(name: 'activityGraphList')
getter/setter pair
Unfortunately, in practice this is almost never populated. In theory, this is supposed to tell which Activity Graph to show if you bring up the director while in this activity.
Implementation
@JsonKey(name:'activityGraphList')
List<DestinyActivityGraphListEntryDefinition>? activityGraphList;