SET constant

Keyword const SET

Implementation

static const Keyword SET = const Keyword(
  /* index = */ 137,
  "set",
  "SET",
  KeywordStyle.builtIn,
);