parent property
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;
The parent of this node in the semantics tree.
The parent of the root node in the semantics tree is null.
SemanticsNode? get parent => _parent;