THROW constant

Keyword const THROW

Implementation

static const Keyword THROW = const Keyword(
  /* index = */ 145,
  "throw",
  "THROW",
  KeywordStyle.reserved,
);