defaultFreeroamActivityHash property

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

If this Destination has a default Free-Roam activity, this is the hash for that Activity. Use it to look up the DestinyActivityDefintion.

Implementation

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