nodes property
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;
These represent the visual "nodes" on the map's view. These are the activities you can click on in the map.
@JsonKey(name:'nodes')
List<DestinyActivityGraphNodeDefinition>? nodes;