library property

  1. @override
LibraryElement library
inherited

Return the 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
LibraryElement get library;