library property

  1. @Deprecated(elementModelDeprecationMsg)
  2. @override
LibraryElement get library
inherited

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 MultiplyDefinedElement2 that is not contained in a library.

Implementation

@Deprecated(elementModelDeprecationMsg)
@override
LibraryElement get library;