PackageDependency class

represents a package dependency

Annotations
  • @freezed

Constructors

PackageDependency({required String packageName, required String? packageVersion})
factory

Properties

copyWith → $PackageDependencyCopyWith<PackageDependency>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
packageName String
name of the package
no setterinherited
packageVersion String?
String representation of the version range. Can be null if the dependency is a path or git dependency
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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