CLASS constant

Keyword const CLASS

Implementation

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