parent property

Node? get parent

The parent node of this node in the scene graph.

Implementation

Node? get parent => _parent;