CONST constant

Keyword const CONST

Implementation

static const Keyword CONST = const Keyword(
  /* index = */ 93,
  "const",
  "CONST",
  KeywordStyle.reserved,
  isModifier: true,
);