OPERATOR constant

Keyword const OPERATOR

Implementation

static const Keyword OPERATOR = const Keyword(
    /* index = */ 126, "operator", "OPERATOR", KeywordStyle.builtIn);