BREAK constant

Keyword const BREAK

Implementation

static const Keyword BREAK =
    const Keyword(/* index = */ 86, "break", "BREAK", KeywordStyle.reserved);