itemHash property
The hash identifier of the item in question. Use it to look up the DestinyInventoryItemDefinition of the item for static rendering data.
Implementation
@JsonKey(name:'itemHash')
int? itemHash;
The hash identifier of the item in question. Use it to look up the DestinyInventoryItemDefinition of the item for static rendering data.
@JsonKey(name:'itemHash')
int? itemHash;