LIBRARY constant

Keyword const LIBRARY

Implementation

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