difficultyTierCollections property
- @JsonKey.new(name: 'difficultyTierCollections')
getter/setter pair
The activity difficulty tier states for this character.
Implementation
@JsonKey(name:'difficultyTierCollections')
Map<String, DestinyActivityDifficultyTierCollectionComponent>? difficultyTierCollections;