INT constant
TokenType
const INT
Implementation
static const TokenType INT = const TokenType(
/* index = */ 4, 'int', 'INT', NO_PRECEDENCE, INT_TOKEN,
stringValue: null);
static const TokenType INT = const TokenType(
/* index = */ 4, 'int', 'INT', NO_PRECEDENCE, INT_TOKEN,
stringValue: null);