NextPageRequest constructor

NextPageRequest(
  1. int pageSize,
  2. int offset, {
  3. int? columnSortIndex,
  4. bool? sortAscending,
})

Implementation

NextPageRequest(
  this.pageSize,
  this.offset, {
  this.columnSortIndex,
  this.sortAscending,
});