LIBRARY constant

Keyword const LIBRARY

Implementation

static const Keyword LIBRARY = const Keyword(
    /* index = */ 119, "library", "LIBRARY", KeywordStyle.builtIn,
    isTopLevelKeyword: true);