DartPackageLoader class

Constructors

DartPackageLoader(MirrorSystem mirrorSystem, LibraryMirrorMapper libraryMirrorMapper)

Properties

hashCode int
The hash code for this object.
no setterinherited
libraryMirrorMapper → LibraryMirrorMapper
final
mirrorSystem MirrorSystem
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadCurrentPackage() Future<DartPackage>
loadPackage(String packageName) DartPackage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DartPackageLoader
getter/setter pair