modifiers property
- @JsonKey(name: 'modifiers')
getter/setter pair
Activities can have Modifiers, as defined in DestinyActivityModifierDefinition. These are references to the modifiers that can be applied to that activity, along with data that we use to determine if that modifier is actually active at any given point in time.
Implementation
@JsonKey(name:'modifiers')
List<DestinyActivityModifierReferenceDefinition>? modifiers;