SymbolToken constructor

SymbolToken(
  1. String name
)

Implementation

SymbolToken(this.name) : super(TokenType.symbol);