SymbolNode constructor
SymbolNode(
- String symbol,
- String unicode, {
- SourceRange? sourceRange,
Implementation
SymbolNode(this.symbol, this.unicode, {this.sourceRange});