addTag property

void addTag=(String tag)

Add a tag

Implementation

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