FUNCTION constant

Keyword const FUNCTION

Implementation

static const Keyword FUNCTION =
    const Keyword(107, "Function", "FUNCTION", KeywordStyle.builtIn);