nodes property

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

The list of Talent Nodes on the Grid (recall that Nodes themselves are really just locations in the UI to show whatever their current Step is. You will only know the current step for a node by retrieving instanced data through platform calls to the API that return DestinyItemTalentGridComponent).

Implementation

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