exclusiveWithNodeHashes property

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

The nodeHash values for nodes that are in an Exclusive Set with this node. See DestinyTalentGridDefinition.exclusiveSets for more info about exclusive sets. Again, note that these are nodeHashes and not nodeIndexes.

Implementation

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