modifierHashes property

  1. @JsonKey(name: 'modifierHashes')
List<int>? modifierHashes
getter/setter pair

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;