SWITCH constant

Keyword const SWITCH

Implementation

static const Keyword SWITCH = const Keyword(
  /* index = */ 142,
  "switch",
  "SWITCH",
  KeywordStyle.reserved,
);