$HostedPackageDependencySpec class abstract

Implementers

Constructors

$HostedPackageDependencySpec()
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name → Optional<String>
no setter
package String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url → Optional<String>
no setter
version → Optional<String>
no setter

Methods

copyUsing(void mutator(HostedPackageDependencySpec$Change change)) HostedPackageDependencySpec
copyWith({String? package, Optional<String>? version, Optional<String>? name, Optional<String>? url}) HostedPackageDependencySpec
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override