toJson method
Implementation
Map<String, dynamic> toJson() => {
"total_items": totalItems,
"per_page": perPage,
"currentPage": currentPage,
"totalPages": totalPages,
"from": from,
"to": to,
"next_page": nextPage,
"previous_page": previousPage,
};