importedLibrary property
LibraryElement?
get
importedLibrary
Return the library that is imported into this library by this import
directive, or null
if the URI has invalid syntax or cannot be resolved.
Implementation
LibraryElement? get importedLibrary;