isGeneric property
bool
get
isGeneric
Implementation
bool get isGeneric => addTags.isEmpty || addTags.entries.first.value == "*";
bool get isGeneric => addTags.isEmpty || addTags.entries.first.value == "*";