NotPathOfUriResult class

The type of InvalidResult returned when the given file path does not represent the corresponding URI.

This usually happens in Bazel workspaces, when a URI is resolved to a generated file, but there is also a writable file to which this URI would be resolved, if there were no generated file.

Clients may not extend, implement or mix-in this class.

Implemented types

Constructors

NotPathOfUriResult()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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