defaultFreeroamActivityHash property
- @JsonKey.new(name: '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;