opposingNodeHashes property

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

A quick reference of Nodes that will be deactivated if any node in this group is activated, by their Talent Node hashes. (See DestinyTalentNodeDefinition.nodeHash)

Implementation

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