Dart
dart:mirrors
LibraryMirror
uri property
uri
LibraryMirror class
Constructors
LibraryMirror
Properties
declarations
libraryDependencies
uri
hashCode
isPrivate
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
Methods
delegate
getField
invoke
noSuchMethod
setField
toString
Operators
operator ==
uri property
Uri
uri
The absolute uri of the library.
Implementation
Uri get uri;