ENUM constant

Keyword const ENUM

Implementation

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