DataPaginationOptions constructor

const DataPaginationOptions({
  1. String totalCountHeader = 'x-total-count',
  2. int? pageSize,
})

Implementation

const DataPaginationOptions(
    {this.totalCountHeader = 'x-total-count', this.pageSize});