AUGMENT constant

Keyword const AUGMENT

Implementation

static const Keyword AUGMENT = const Keyword(
  /* index = */ 86,
  "augment",
  "AUGMENT",
  KeywordStyle.builtIn,
  isModifier: true,
);