importedLibraries2 property

  1. @Deprecated('Use importedLibraries instead')
List<LibraryElement> get importedLibraries2

The libraries that are imported by this unit.

This includes all of the libraries that are imported using a prefix, and those that are imported without a prefix.

Implementation

@Deprecated('Use importedLibraries instead')
List<LibraryElement> get importedLibraries2;