WITH constant

Keyword const WITH

Implementation

static const Keyword WITH = const Keyword(
  /* index = */ 153,
  "with",
  "WITH",
  KeywordStyle.reserved,
);