checklists property
read / write
The set of checklists that can be examined on a profile-wide basis, 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.
Mapped to DestinyChecklistDefinition in the manifest.
Implementation
Map<int, Map<int, bool>> checklists;