AS constant

Keyword const AS

Implementation

static const Keyword AS = const Keyword(
  /* index = */ 83,
  "as",
  "AS",
  KeywordStyle.builtIn,
  precedence: RELATIONAL_PRECEDENCE,
);