SemanticsNode rootSemanticsNode

The root node of the semantics tree, if any.

If the semantics tree is empty, returns null.

Source

SemanticsNode get rootSemanticsNode => _nodes[0];