Token<T extends TokenType> constructor
const
Token<T extends TokenType> ({})
Creates the token.
Implementation
const Token(
{required this.type, required this.rawValue, this.globalOffset = -1});