EXPORT constant

Keyword const EXPORT

Implementation

static const Keyword EXPORT = const Keyword(
    "export", "EXPORT", KeywordStyle.builtIn,
    isTopLevelKeyword: true);