CONST constant

Keyword const CONST

Implementation

static const Keyword CONST = const Keyword(
    89, "const", "CONST", KeywordStyle.reserved,
    isModifier: true);