DyFetchCustomParamConfig constructor

const DyFetchCustomParamConfig({
  1. DyFetchCustomParam? onNextPage,
  2. DyFetchCustomParam? onRefresh,
  3. DyFetchCustomParam? onRefreshByIndicator,
  4. DyFetchCustomParam? onFirstInit,
})

Implementation

const DyFetchCustomParamConfig(
    {this.onNextPage,
    this.onRefresh,
    this.onRefreshByIndicator,
    this.onFirstInit});