destinationHash property
If the Objective has a Destination associated with it, this is the unique identifier of the Destination being referred to. Use to look up the DestinyDestinationDefinition in static data. This will give localized data about where in the universe the objective should be achieved.
Implementation
@JsonKey(name:'destinationHash')
int? destinationHash;