Get this node's parent.
Node? get parent => _parent;
Update this node's parent. Syncs state of both parent and child.
@override set parent(Node? newParent) { throw "no"; }