statHash property

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

The hash identifier for the stat being transformed into a Display stat. Use it to look up the DestinyStatDefinition, or key into a DestinyInventoryItemDefinition's stats property.

Implementation

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