remove method

void remove(
  1. Tag tag
)

Implementation

void remove(Tag tag) {
  value.remove(tag);
  tag.updateParent(null);
}