checklists property

  1. @JsonKey(name: 'checklists')
Map<String, Map<String, bool>>? checklists
getter/setter pair

The set of checklists that can be examined for this specific character, keyed by the hash identifier of the Checklist (DestinyChecklistDefinition) For each checklist returned, its value is itself a Dictionary keyed by the checklist's hash identifier with the value being a boolean indicating if it's been discovered yet.

Implementation

@JsonKey(name:'checklists')
Map<String, Map<String, bool>>? checklists;