Token constructor

Token(
  1. TokenType type,
  2. String value
)

Implementation

Token(this.type, this.value);