FUNCTION constant

Keyword const FUNCTION

Implementation

static const Keyword FUNCTION = const Keyword(
    /* index = */ 108, "Function", "FUNCTION", KeywordStyle.builtIn);