FUNCTION constant

Keyword const FUNCTION

Implementation

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