ASYNC constant

Keyword const ASYNC

Implementation

static const Keyword ASYNC = const Keyword(
  /* index = */ 85,
  "async",
  "ASYNC",
  KeywordStyle.pseudo,
);