SOURCE constant

Keyword const SOURCE

Implementation

static const Keyword SOURCE = const Keyword(
  /* index = */ 139,
  "source",
  "SOURCE",
  KeywordStyle.pseudo,
);