PubCacheProblem class
One locked package that the pub cache cannot supply.
Constructors
- PubCacheProblem({required String package, required String version, required String expectedPath, required PubCacheProblemKind kind})
Properties
- expectedPath → String
-
Where the cache should hold it.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → PubCacheProblemKind
-
final
- package → String
-
Package name as the lock file spells it.
final
- remedy → String
-
What the reader has to do, which differs by shape.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
Locked version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited