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