CLASS constant

Keyword const CLASS

Implementation

static const Keyword CLASS = const Keyword(
  /* index = */ 92,
  "class",
  "CLASS",
  KeywordStyle.reserved,
  isTopLevelKeyword: true,
);