PaginationModel constructor
PaginationModel({})
Implementation
PaginationModel({
this.currentPage,
//this.data,
this.firstPageUrl,
this.from,
this.lastPage,
this.lastPageUrl,
this.links,
this.nextPageUrl,
this.path,
this.perPage,
this.prevPageUrl,
this.to,
this.total = 0,
});