libraries property
Stream<LibraryElement>
get
libraries
All libraries resolved by this resolver.
This includes the following libraries:
- The primary input of this resolver (in other words, the BuildStep.inputId of a build step).
- Libraries resolved with a direct libraryFor call.
- Every public
dart:
library part of the SDK. - All libraries recursively accessible from the mentioned sources, for instance because due to imports or exports.
Implementation
Stream<LibraryElement> get libraries;