library2 property
LibraryElement2?
get
library2
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
LibraryElement2? get library2;