stepHash property

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

The hash identifier of the current Quest Step, which is also a DestinyInventoryItemDefinition. You can use this to get human readable data about the current step and what to do in that step.

Implementation

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