PagingConfig constructor

PagingConfig({
  1. int? page,
  2. int? number,
})

Implementation

PagingConfig({
  this.page,
  this.number,
});