- Dart
- dart:mirrors
- LibraryDependencyMirror abstract class
LibraryDependencyMirror class
A mirror on an import or export declaration.
Methods
-
loadLibrary()
→ Future<LibraryMirror>
-
Returns a future that completes with a library mirror on the library being
imported or exported when it is loaded, and initiates a load of that
library if it is not loaded.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited