CLOSE_SQUARE_BRACKET constant Null safety
Implementation
static const TokenType CLOSE_SQUARE_BRACKET = const TokenType(
']', 'CLOSE_SQUARE_BRACKET', NO_PRECEDENCE, CLOSE_SQUARE_BRACKET_TOKEN);
static const TokenType CLOSE_SQUARE_BRACKET = const TokenType(
']', 'CLOSE_SQUARE_BRACKET', NO_PRECEDENCE, CLOSE_SQUARE_BRACKET_TOKEN);