CATCH constant

Keyword const CATCH

Implementation

static const Keyword CATCH = const Keyword(
  /* index = */ 91,
  "catch",
  "CATCH",
  KeywordStyle.reserved,
);