Token constructor

Token(
  1. TokenType type,
  2. FileSpan span
)

Implementation

Token(this.type, this.span);