parent property
Node?
get
parent
The parent node of this node in the scene graph.
Implementation
Node? get parent => _parent;
The parent node of this node in the scene graph.
Node? get parent => _parent;