library property
LibraryElement?
get
library
Library that contains this element.
This will be the element itself if it's a library element. This will be
null
if this element is a MultiplyDefinedElement that isn't contained
in a single library.
Implementation
LibraryElement? get library;