Removes this node.
@override bool remove() { if (hasParent) { node!.remove(); return true; } return false; }