RETURN constant

Keyword const RETURN

Implementation

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