ENUM constant

Keyword const ENUM

Implementation

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