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