RegistrationIndexPage class

A resource in the items List from the RegistrationIndexResponse class.

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

Implementers

Constructors

RegistrationIndexPage({required String registrationPageUrl, required int count, required List<RegistrationIndexPageItem>? items, required String lower, String? parent, required String upper})
RegistrationIndexPage.fromJson(Map<String, dynamic> json)
factory

Properties

count int
The number of registration leaves in the page.
final
hashCode int
The hash code for this object.
no setterinherited
items List<RegistrationIndexPageItem>?
The List of registration leaves and their associate metadata.
final
lower String
The lowest SemVer 2.0.0 version in the page (inclusive).
final
parent String?
The URL to the registration index.
final
registrationPageUrl String
The URL to the registration page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upper String
The highest SemVer 2.0.0 version in the page (inclusive).
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