Creates a semantic node.
Each semantic node has a unique identifier that is assigned when the node is created.
Source
SemanticsNode({ SemanticsActionHandler handler }) : id = _generateNewId(), _actionHandler = handler;
Creates a semantic node.
Each semantic node has a unique identifier that is assigned when the node is created.
SemanticsNode({ SemanticsActionHandler handler }) : id = _generateNewId(), _actionHandler = handler;