itemHash property

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

This is the hash identifier for a DestinyInventoryItemDefinition representing this quest step.

Implementation

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