SYNC constant

Keyword const SYNC

Implementation

static const Keyword SYNC = const Keyword(
  /* index = */ 143,
  "sync",
  "SYNC",
  KeywordStyle.pseudo,
);