ServiceIndexItem class final

A resource in the resources List from the ServiceIndexResponse class.

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

Constructors

ServiceIndexItem({required String resourceUrl, required String type, String? comment})
const
ServiceIndexItem.fromJson(Map<String, dynamic> json)
factory

Properties

comment String?
A human readable description of the resource.
final
hashCode int
The hash code for this object.
no setterinherited
resourceUrl String
The URL to the resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
A string constant representing the resource type.
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