LATE constant

Keyword const LATE

Implementation

static const Keyword LATE = const Keyword(
  /* index = */ 121,
  "late",
  "LATE",
  KeywordStyle.builtIn,
  isModifier: true,
);