Dart API Reference
dart:mirrors
LibraryDependencyMirror
LibraryDependencyMirror
class
A mirror on an import or export declaration.
A mirror on an import or export declaration.
Implements:
Mirror
Constructors
LibraryDependencyMirror
( )
Instance Properties
isImport
bool
read-only
isExport
bool
read-only
isDeferred
bool
read-only
sourceLibrary
LibraryMirror
read-only
targetLibrary
LibraryMirror
read-only
prefix
Symbol
read-only
combinators
List
<
CombinatorMirror
>
read-only
location
SourceLocation
read-only
metadata
List
<
InstanceMirror
>
read-only
Instance 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.