nodeIndex property

  1. @JsonKey(name: 'nodeIndex')
int? nodeIndex
getter/setter pair

The index into the DestinyTalentGridDefinition's "nodes" property where this node is located. Used to uniquely identify the node within the Talent Grid. Note that this is content version dependent: make sure you have the latest version of content before trying to use these properties.

Implementation

@JsonKey(name:'nodeIndex')
int? nodeIndex;