ABSTRACT constant

Keyword const ABSTRACT

Implementation

static const Keyword ABSTRACT = const Keyword(
    "abstract", "ABSTRACT", KeywordStyle.builtIn,
    isModifier: true);