toJson method
Serializes this pagination.
Implementation
Json toJson() => <String, Object?>{
'page': page,
'pageSize': pageSize,
'cursor': cursor,
};
Serializes this pagination.
Json toJson() => <String, Object?>{
'page': page,
'pageSize': pageSize,
'cursor': cursor,
};