GitPackageDependency class

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

Inheritance
Annotations
  • @immutable
  • @FunctionalData()

Constructors

GitPackageDependency({required String package, required String version, required String ref, required String url, required String path, required String resolvedRef, required DependencyType type})
Default constructor
const

Properties

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

Methods

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