nodeHashes property

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

The set of all hash identifiers for Talent Nodes (DestinyTalentNodeDefinition) in this Talent Grid that are part of this Category.

Implementation

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