HEXADECIMAL constant
        
        TokenType
        const HEXADECIMAL
        
      
      
      
Implementation
static const TokenType HEXADECIMAL = const TokenType(
  /* index = */ 3,
  'hexadecimal',
  'HEXADECIMAL',
  NO_PRECEDENCE,
  HEXADECIMAL_TOKEN,
  stringValueShouldBeNull: true,
);