Pagination constructor
Implementation
Pagination({
this.totalItems,
this.perPage,
this.currentPage,
this.totalPages,
this.from,
this.to,
this.nextPage,
this.previousPage,
});
Pagination({
this.totalItems,
this.perPage,
this.currentPage,
this.totalPages,
this.from,
this.to,
this.nextPage,
this.previousPage,
});