Token.raw constructor

Token.raw(
  1. String lexeme,
  2. StreamPos pos
)

Implementation

Token.raw(this.lexeme, this.pos) : type = TokenType.kRaw;