OPERATOR constant

Keyword const OPERATOR

Implementation

static const Keyword OPERATOR = const Keyword(
  /* index = */ 129,
  "operator",
  "OPERATOR",
  KeywordStyle.builtIn,
);