parent property

AbstractNode? parent

The parent of this node in the tree.

Implementation

AbstractNode? get parent => _parent;