IApillonPagination constructor

IApillonPagination({
  1. String? search,
  2. int? page,
  3. int? limit,
  4. String? orderBy,
  5. bool? desc,
})

Implementation

IApillonPagination({
  this.search,
  this.page,
  this.limit,
  this.orderBy,
  this.desc,
});