STATIC constant

Keyword const STATIC

Implementation

static const Keyword STATIC = const Keyword(
    135, "static", "STATIC", KeywordStyle.builtIn,
    isModifier: true);