Pagination constructor
Returns a new Pagination instance.
Implementation
Pagination({
required this.page,
required this.limit,
required this.total,
required this.totalPages,
});
Returns a new Pagination instance.
Pagination({
required this.page,
required this.limit,
required this.total,
required this.totalPages,
});