linkedGraphs property

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

Represents links between this Activity Graph and other ones.

Implementation

@JsonKey(name:'linkedGraphs')
List<DestinyLinkedGraphDefinition>? linkedGraphs;