AUGMENT constant

Keyword const AUGMENT

Implementation

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