removeFromParent method

void removeFromParent()

Implementation

void removeFromParent() {
  _parent?.remove(this);
}