VAR constant

Keyword const VAR

Implementation

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