parent property

SemanticsNode? parent

The parent of this node in the semantics tree.

The parent of the root node in the semantics tree is null.

Implementation

SemanticsNode? get parent => _parent;