NEW constant

Keyword const NEW

Implementation

static const Keyword NEW = const Keyword(
  /* index = */ 125,
  "new",
  "NEW",
  KeywordStyle.reserved,
);