difficultyTierCollections property

  1. @JsonKey.new(name: 'difficultyTierCollections')
Map<String, DestinyActivityDifficultyTierCollectionComponent>? difficultyTierCollections
getter/setter pair

The activity difficulty tier states for this character.

Implementation

@JsonKey(name:'difficultyTierCollections')
Map<String, DestinyActivityDifficultyTierCollectionComponent>? difficultyTierCollections;