EXPORT constant

Keyword const EXPORT

Implementation

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