CONST constant

Keyword const CONST

Implementation

static const Keyword CONST = const Keyword(
    /* index = */ 90, "const", "CONST", KeywordStyle.reserved,
    isModifier: true);