NuGetResource class abstract

A base class for all NuGet resources.

Implementers

Constructors

NuGetResource({Client? httpClient, required Uri resourceUri})
Creates a new instance of the NuGetResource class.

Properties

hashCode int
The hash code for this object.
no setterinherited
httpClient → Client
The underlying HTTP client used to make requests.
final
resourceUri Uri
The Uri of the NuGet resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes the underlying HTTP client.
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