REQUIRED constant

Keyword const REQUIRED

Implementation

static const Keyword REQUIRED = const Keyword(
  /* index = */ 133,
  "required",
  "REQUIRED",
  KeywordStyle.builtIn,
  isModifier: true,
);