Returns true if this node is currently mounted, e.g. parent is not null.
true
null
bool get mounted => _parent != null;