AWAIT constant

Keyword const AWAIT

Implementation

static const Keyword AWAIT = const Keyword(
  /* index = */ 87,
  "await",
  "AWAIT",
  KeywordStyle.pseudo,
);