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