parent property

Node? get parent

The parent that owns this node, or null when it is parentless.

Implementation

Node? get parent => _parent;