IMPORT constant
Keyword
const IMPORT
Implementation
static const Keyword IMPORT = const Keyword(
/* index = */ 116,
"import",
"IMPORT",
KeywordStyle.builtIn,
isTopLevelKeyword: true,
);