RETHROW constant

Keyword const RETHROW

Implementation

static const Keyword RETHROW = const Keyword(
  /* index = */ 134,
  "rethrow",
  "RETHROW",
  KeywordStyle.reserved,
);