nodes property

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

These represent the visual "nodes" on the map's view. These are the activities you can click on in the map.

Implementation

@JsonKey(name:'nodes')
List<DestinyActivityGraphNodeDefinition>? nodes;