library2 property

  1. @Deprecated('Use library instead')
  2. @override
LibraryElement get library2
override

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

@Deprecated('Use library instead')
@override
LibraryElement get library2;