connections property
- @JsonKey(name: 'connections')
getter/setter pair
Represents connections between graph nodes. However, it lacks context that we'd need to make good use of it.
Implementation
@JsonKey(name:'connections')
List<DestinyActivityGraphConnectionDefinition>? connections;