AUGMENT constant

Keyword const AUGMENT

Implementation

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