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
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