AUGMENT constant

Keyword const AUGMENT

Implementation

static const Keyword AUGMENT = const Keyword(
    83, "augment", "AUGMENT", KeywordStyle.builtIn,
    isModifier: true);