quests property Null safety

List<QuestItem> quests

get quests of the profile

Implementation

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