CLASS constant

Keyword const CLASS

Implementation

static const Keyword CLASS = const Keyword(
    /* index = */ 89, "class", "CLASS", KeywordStyle.reserved,
    isTopLevelKeyword: true);