questlineItemHash property

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

The hash for the DestinyInventoryItemDefinition representing the Quest to which this Quest Step belongs.

Implementation

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