unCategorizedTags property

List<Tag> unCategorizedTags
getter/setter pair

tags without category

some tags don't belong to any (Category)

Implementation

late List<Tag> unCategorizedTags = [];