OPEN_SQUARE_BRACKET constant Null safety
Implementation
static const TokenType OPEN_SQUARE_BRACKET = const TokenType('[',
'OPEN_SQUARE_BRACKET', SELECTOR_PRECEDENCE, OPEN_SQUARE_BRACKET_TOKEN);
static const TokenType OPEN_SQUARE_BRACKET = const TokenType('[',
'OPEN_SQUARE_BRACKET', SELECTOR_PRECEDENCE, OPEN_SQUARE_BRACKET_TOKEN);