TRY constant

Keyword const TRY

Implementation

static const Keyword TRY = const Keyword(
  /* index = */ 147,
  "try",
  "TRY",
  KeywordStyle.reserved,
);