Token constructor

Token(
  1. TokType type,
  2. String text,
  3. int offset
)

Implementation

Token(this.type, this.text, this.offset) : upper = text.toUpperCase();