selectableSkullCollections property

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

The selectable activity skulls states for this character.

Implementation

@JsonKey(name:'selectableSkullCollections')
Map<String, DestinyActivitySelectableSkullCollectionComponent>? selectableSkullCollections;