exportedLibraries2 property

List<LibraryElement2> get exportedLibraries2

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.
List<LibraryElement2> get exportedLibraries2;