PART constant

Keyword const PART

Implementation

static const Keyword PART = const Keyword(
  /* index = */ 131,
  "part",
  "PART",
  KeywordStyle.builtIn,
  isTopLevelKeyword: true,
);