library property
Library that contains this element.
This will be the element itself if it is a library element. This will be
null
if this element is MultiplyDefinedElement
that is not contained
in a library.
Implementation
@override
LibraryElementImpl get library => thisOrAncestorOfType()!;