detach method

bool detach ()

Removes self from the parent.

Implementation

bool detach() => parent?._children?.remove(this);