statGroupHash property

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

If the item's stats are meant to be modified by a DestinyStatGroupDefinition, this will be the identifier for that definition. If you are using live data or precomputed stats data on the DestinyInventoryItemDefinition.stats.stats property, you don't have to worry about statGroupHash and how it alters stats: the already altered stats are provided to you. But if you want to see how the sausage gets made, or perform computations yourself, this is valuable information.

Implementation

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