RegistrationIndexPageItem class

A resource in the items List from the RegistrationIndexPage class.

See https://learn.microsoft.com/nuget/api/registration-base-url-resource#registration-leaf-object-in-a-page

Constructors

RegistrationIndexPageItem({required String registrationLeafUrl, required CatalogEntry catalogEntry, required String packageContent})
RegistrationIndexPageItem.fromJson(Map<String, dynamic> json)
factory

Properties

catalogEntry CatalogEntry
The catalog entry containing the package metadata.
final
hashCode int
The hash code for this object.
no setterinherited
packageContent String
The URL to the package content (.nupkg).
final
registrationLeafUrl String
The URL to the registration leaf.
final
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.
override

Operators

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