remove method

void remove()

Remove this node from parent.

Implementation

void remove() => siblings.remove(this);