IMPLEMENTS constant

Keyword const IMPLEMENTS

Implementation

static const Keyword IMPLEMENTS = const Keyword(
  /* index = */ 115,
  "implements",
  "IMPLEMENTS",
  KeywordStyle.builtIn,
);