statHashes property
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;
When the step provides stat benefits on the item or character, this is the list of hash identifiers for stats (DestinyStatDefinition) that are provided.
@JsonKey(name:'statHashes')
List<int>? statHashes;