placeHash property

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

The place that "owns" this Destination. Use this hash to look up the DestinyPlaceDefinition.

Implementation

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