PathPackageDependency class

Path dependency as specified by https://dart.dev/tools/pub/dependencies

Inheritance
Annotations
  • @immutable
  • @FunctionalData()

Constructors

PathPackageDependency({required String package, required String version, required String path, required bool relative, required DependencyType type})
Default constructor
const

Properties

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

Methods

copyUsing(void mutator(PathPackageDependency$Change change)) PathPackageDependency
inherited
copyWith({String? package, String? version, String? path, bool? relative, DependencyType? type}) PathPackageDependency
inherited
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