RegistrationPageResponse class final

Inheritance

Constructors

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

Properties

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

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