STATIC constant

Keyword const STATIC

Implementation

static const Keyword STATIC = const Keyword(
  /* index = */ 140,
  "static",
  "STATIC",
  KeywordStyle.builtIn,
  isModifier: true,
);