removeTag property

void removeTag=(String tag)

Remove a tag

Implementation

set removeTag(String tag) {
  tags.remove(tag);
  super.notifyListeners();
}