RegistrationLeafResponse class

The response from the registration leaf.

Note: On NuGet.org, the published value is set to year 1900 when the package is unlisted.

Constructors

RegistrationLeafResponse({required String registrationLeafUrl, String? catalogEntry, bool? listed, String? packageContent, DateTime? published, String? registration})
RegistrationLeafResponse.fromJson(Map<String, dynamic> json)
factory

Properties

catalogEntry String?
The URL to the catalog entry that produced these leaf.
final
hashCode int
The hash code for this object.
no setterinherited
listed bool?
Whether the package is listed in search results.
final
packageContent String?
The URL to the package content (.nupkg).
final
published DateTime?
When the package was published.
final
registration String?
The URL to the registration index.
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