PageDocumentLinks class Null safety

Paging information for data responses.

Constructors

Paging information for data responses.
const
PageDocumentLinks.fromMap(Map map)
Paging information for data responses.
factory

Properties

first String?
The link to the first page of documents.
final
hashCode int
The hash code for this object.
read-only, inherited
next String?
The link to the next page of documents.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
self String?
The link that produced the current document.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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