SWITCH constant

Keyword const SWITCH

Implementation

static const Keyword SWITCH = const Keyword(
    /* index = */ 139, "switch", "SWITCH", KeywordStyle.reserved);