modifierHashes property
The activity may have 0-to-many modifiers: if it does, this will contain the hashes to the DestinyActivityModifierDefinition that defines the modifier being applied.
Implementation
@JsonKey(name:'modifierHashes')
List<int>? modifierHashes;