statHashes property

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

When the step provides stat benefits on the item or character, this is the list of hash identifiers for stats (DestinyStatDefinition) that are provided.

Implementation

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