addTag property

set addTag (String tag)

Add a tag

Implementation

set addTag(String tag) {
  tags.add(tag);
  super.notifyListeners();
}