PageDocumentLinks class Null safety
Links related to the response document, including paging links.
Constructors
- PageDocumentLinks({String? first, String? next, String? self})
-
Links related to the response document, including paging links.
const
- PageDocumentLinks.fromMap(Map map)
-
Links related to the response document, including paging links.
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