talentGridHash property

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

Most items don't have useful talent grids anymore, but Builds in particular still do. You can use this hash to lookup the DestinyTalentGridDefinition attached to this item, which will be crucial for understanding the node values on the item.

Implementation

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