nodeHash property

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

The hash of the Talent Node being referred to (in DestinyTalentGridDefinition.nodes). Deceptively CONTENT VERSION DEPENDENT. We have no guarantee of the hash's immutability between content versions.

Implementation

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