booleanActivityOptions property

  1. @JsonKey(name: 'booleanActivityOptions')
Map<String, bool>? booleanActivityOptions
getter/setter pair

The set of activity options for this activity, keyed by an identifier that's unique for this activity (not guaranteed to be unique between or across all activities, though should be unique for every variant of a given conceptual activity: for instance, the original D2 Raid has many variant DestinyActivityDefinitions. While other activities could potentially have the same option hashes, for any given D2 base Raid variant the hash will be unique). As a concrete example of this data, the hashes you get for Raids will correspond to the currently active "Challenge Mode". We have no human readable information for this data, so it's up to you if you want to associate it with such info to show it.

Implementation

@JsonKey(name:'booleanActivityOptions')
Map<String, bool>? booleanActivityOptions;