Token constructor

Token(
  1. TokenKind kind,
  2. String lexeme
)

Implementation

Token(this.kind, this.lexeme);