DyFetchCustomParam constructor

const DyFetchCustomParam({
  1. required dynamic customParameter,
  2. required bool force,
})

Implementation

const DyFetchCustomParam(
    {required this.customParameter, required this.force});