availableQuests property
- @JsonKey(name: 'availableQuests')
getter/setter pair
A milestone not need have even a single quest, but if there are active quests they will be returned here.
Implementation
@JsonKey(name:'availableQuests')
List<DestinyPublicMilestoneQuest>? availableQuests;