exportedLibraries2 property
- @Deprecated('Use CompilationUnitElement.libraryExports')
The libraries that are exported from this library.
There is no guarantee of the order in which the libraries will be returned. In particular, they are not guaranteed to be in lexical order.
Implementation
// TODO(brianwilkerson): Consider removing this from the public API. It isn't
// clear that it's useful, given that it ignores hide and show clauses.
@Deprecated('Use CompilationUnitElement.libraryExports')
List<LibraryElement2> get exportedLibraries2;