progressionHash property

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

The hash identifier of the Progression in question. Use it to look up the DestinyProgressionDefinition in static data.

Implementation

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