Token constructor

Token(
  1. TokenType type,
  2. FileSpan span,
  3. Match? match
)

Implementation

Token(this.type, this.span, this.match);