PathPackageDependency class

Structure of path package dependency.

Inheritance

Constructors

PathPackageDependency({required String package, required String version, required DependencyType type, required String path, required bool relative})
Creates an instance of PathPackageDependency
const

Properties

hashCode int
The hash code for this object.
no setterinherited
package String
Package name.
finalinherited
path String
path field
final
relative bool
relative field
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DependencyType
Package type DependencyType
finalinherited
version String
Package version.
finalinherited

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