targetLibrary property Null safety

LibraryMirror? targetLibrary

Returns the library mirror of the library that is imported or exported, or null if the library is not loaded.

Implementation

LibraryMirror? get targetLibrary;