removeFromParent method

void removeFromParent()
inherited

Implementation

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