remove method

void remove()

Implementation

void remove() {
  parentNode?.removeChild(this);
}