IMPORT constant

Keyword const IMPORT

Implementation

static const Keyword IMPORT = const Keyword(
    "import", "IMPORT", KeywordStyle.builtIn,
    isTopLevelKeyword: true);