EOF constant Null safety
The type of the token that marks the start or end of the input.
Implementation
static const TokenType EOF =
const TokenType('', 'EOF', NO_PRECEDENCE, EOF_TOKEN);
The type of the token that marks the start or end of the input.
static const TokenType EOF =
const TokenType('', 'EOF', NO_PRECEDENCE, EOF_TOKEN);