quests property

List<QuestItem> quests

get quests of the profile

Implementation

List<QuestItem> get quests => items.whereType<QuestItem>().toList();