PreparedPackageRef class

represents a prepared package ref this includes the actual packageRef and tempDirectory if the preparation had to create a temporary directory

Constructors

PreparedPackageRef({required PackageRef packageRef, String? tempDirectory, String? packageRelativePath})

Properties

hashCode → int
The hash code for this object.
no setterinherited
packageDirectory → String?
no setter
packageRef → PackageRef
final
packageRelativePath → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tempDirectory → String?
final

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