remove method

void remove()

Removes this entry from its overlay.

Implementation

void remove() {
  _overlay?._remove(this);
}