YIELD constant

Keyword const YIELD

Implementation

static const Keyword YIELD = const Keyword(
  /* index = */ 154,
  "yield",
  "YIELD",
  KeywordStyle.pseudo,
);