parent property

AbstractNode? get parent

The parent of this node in the tree.

Implementation

AbstractNode? get parent => _parent;