parent property

AbstractNode parent
inherited

The parent of this node in the tree.

Implementation

AbstractNode get parent => _parent;