rootSemanticsNode property
The root node of the semantics tree, if any.
If the semantics tree is empty, returns null.
Implementation
SemanticsNode get rootSemanticsNode => _nodes[0];
The root node of the semantics tree, if any.
If the semantics tree is empty, returns null.
SemanticsNode get rootSemanticsNode => _nodes[0];