lastOrbitedDestinationHash property

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

The hash identifier for the DestinyDestinationDefinition of the last location you were orbiting when in orbit.

Implementation

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