SymbolNode constructor

SymbolNode(
  1. String symbol,
  2. String unicode, {
  3. SourceRange? sourceRange,
})

Implementation

SymbolNode(this.symbol, this.unicode, {this.sourceRange});