IS constant

Keyword const IS

Implementation

static const Keyword IS = const Keyword(
  /* index = */ 120,
  "is",
  "IS",
  KeywordStyle.reserved,
  precedence: RELATIONAL_PRECEDENCE,
);