VAR constant

Keyword const VAR

Implementation

static const Keyword VAR = const Keyword(
    /* index = */ 146, "var", "VAR", KeywordStyle.reserved,
    isModifier: true);