Dart SDK
dart:mirrors
LibraryDependencyMirror
property location
location
class LibraryDependencyMirror
Constructors
LibraryDependencyMirror
Properties
combinators
isDeferred
isExport
isImport
location
metadata
prefix
sourceLibrary
targetLibrary
hashCode
runtimeType
Methods
loadLibrary
noSuchMethod
toString
Operators
operator ==
SourceLocation
location
Returns the source location for this import/export declaration.
Source
SourceLocation get location;
property location