Paging class Null safety

Paging information for data responses.

Constructors

Paging({int? total, int? limit})
Paging information for data responses.
const
Paging.fromMap(Map map)
Paging information for data responses.
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