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