Paging class Null safety

Links related to the response document, including paging links.

Constructors

Paging({int? total, int? limit})
Links related to the response document, including paging links.
const
Paging.fromMap(Map map)
Links related to the response document, including paging links.
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
limit int?
The number of results returned per page.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
total int?
The total number of resources matching your request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
Convert this object to a JSON map.
toMap() Map<String, dynamic>
Convert this object to a JSON string.
toString() String
A string representation of this object.
inherited

Operators

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