PATCH constant

Keyword const PATCH

Implementation

static const Keyword PATCH = const Keyword(
  /* index = */ 132,
  "patch",
  "PATCH",
  KeywordStyle.pseudo,
);