quests property

  1. @JsonKey(name: 'quests')
List<DestinyQuestStatus>? quests
getter/setter pair

If the user has any active quests, the quests' statuses will be returned here. Note that quests have been largely supplanted by Milestones, but that doesn't mean that they won't make a comeback independent of milestones at some point. (Fun fact: quests came back as I feared they would, but we never looped back to populate this... I'm going to put that in the backlog.)

Implementation

@JsonKey(name:'quests')
List<DestinyQuestStatus>? quests;