nodes property

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

Detailed information about the individual nodes in the talent grid. A node represents a single visual "pip" in the talent grid or Build detail view, though each node may have multiple "steps" which indicate the actual bonuses and visual representation of that node.

Implementation

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