independentNodeIndexes property

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

This is a quick reference to the indexes of nodes that are not part of exclusive sets. Handy for knowing which talent nodes can only be activated directly, rather than via swapping.

Implementation

@JsonKey(name:'independentNodeIndexes')
List<int>? independentNodeIndexes;