PackageUriMapper class

Constructors

PackageUriMapper(PackageConfig packageConfig, {bool useDebuggerModuleNames = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
packageConfig → PackageConfig
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDebuggerModuleNames bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packageUriToServerPath(Uri packageUri) String?
Compute server path for package uri.
serverPathToResolvedUri(String serverPath) Uri?
Compute resolved file uri for a server path.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create(FileSystem fileSystem, Uri packageConfigFile, {bool useDebuggerModuleNames = false}) Future<PackageUriMapper>