BAD_INPUT constant Null safety
Token type used by error tokens.
Implementation
static const TokenType BAD_INPUT = const TokenType(
'malformed input', 'BAD_INPUT', NO_PRECEDENCE, BAD_INPUT_TOKEN,
stringValue: null);
Token type used by error tokens.
static const TokenType BAD_INPUT = const TokenType(
'malformed input', 'BAD_INPUT', NO_PRECEDENCE, BAD_INPUT_TOKEN,
stringValue: null);