Pagination constructor
Pagination({})
Returns a new Pagination instance.
Implementation
Pagination({
required this.totalItems,
required this.currentPage,
required this.perPage,
required this.totalPages,
});
Returns a new Pagination instance.
Pagination({
required this.totalItems,
required this.currentPage,
required this.perPage,
required this.totalPages,
});