RETURN constant

Keyword const RETURN

Implementation

static const Keyword RETURN = const Keyword(
  /* index = */ 135,
  "return",
  "RETURN",
  KeywordStyle.reserved,
);