itemHash property

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

The hash identifier of the material required. Use it to look up the material's DestinyInventoryItemDefinition.

Implementation

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