DEFAULT constant

Keyword const DEFAULT

Implementation

static const Keyword DEFAULT = const Keyword(
  /* index = */ 96,
  "default",
  "DEFAULT",
  KeywordStyle.reserved,
);