ENUM constant

Keyword const ENUM

Implementation

static const Keyword ENUM = const Keyword(
    97, "enum", "ENUM", KeywordStyle.reserved,
    isTopLevelKeyword: true);