LIBRARY constant

Keyword const LIBRARY

Implementation

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