statHash property

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

The hash identifier for the Stat. Use it to look up the DestinyStatDefinition for static data about the stat.

Implementation

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