LATE constant

Keyword const LATE

Implementation

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