ABSTRACT constant

Keyword const ABSTRACT

Implementation

static const Keyword ABSTRACT = const Keyword(
  /* index = */ 82,
  "abstract",
  "ABSTRACT",
  KeywordStyle.builtIn,
  isModifier: true,
);