LIBRARY constant

Keyword const LIBRARY

Implementation

static const Keyword LIBRARY = const Keyword(
    118, "library", "LIBRARY", KeywordStyle.builtIn,
    isTopLevelKeyword: true);