ON constant

Keyword const ON

Implementation

static const Keyword ON = const Keyword(
  /* index = */ 128,
  "on",
  "ON",
  KeywordStyle.pseudo,
);