Token constructor

Token(
  1. int kind,
  2. FileSpan span
)

Implementation

Token(this.kind, this.span);