ServiceIndexResponse class final

Represents the response from the Service Index resource.

See https://learn.microsoft.com/nuget/api/service-index

Available Extensions

Constructors

ServiceIndexResponse({required String version, required List<ServiceIndexItem> resources})
const
ServiceIndexResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resources List<ServiceIndexItem>
The endpoints or capabilities of the package source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The schema version of the service index.
final

Methods

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.
inherited