importedLibraries property

List<LibraryElement> importedLibraries

Return a list containing all of the libraries that are imported into this library. This includes all of the libraries that are imported using a prefix and those that are imported without a prefix.

Implementation

List<LibraryElement> get importedLibraries;