locationHash property

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

OPTIONAL - If this is tracking a DestinyLocationDefinition, this is the identifier for that location.

Implementation

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