activityModeMappings property
- @JsonKey(name: 'activityModeMappings')
getter/setter pair
If this exists, the mode has specific Activities (referred to by the Key) that should instead map to other Activity Modes when they are played. This was useful in D1 for Private Matches, where we wanted to have Private Matches as an activity mode while still referring to the specific mode being played.
Implementation
@JsonKey(name:'activityModeMappings')
Map<String, DestinyActivityModeType>? activityModeMappings;