ENUM constant

Keyword const ENUM

Implementation

static const Keyword ENUM = const Keyword(
  /* index = */ 101,
  "enum",
  "ENUM",
  KeywordStyle.reserved,
  isTopLevelKeyword: true,
);