HttpRunnerParams constructor

HttpRunnerParams({
  1. HttpParams? params,
  2. HttpParams? query,
  3. HttpParams? data,
  4. HttpCancelToken? cancelToken,
  5. Options? options,
  6. ProgressCallback? onSendProgress,
  7. ProgressCallback? onReceiveProgress,
})

Implementation

HttpRunnerParams({
  this.params,
  this.query,
  this.data,
  this.cancelToken,
  this.options,
  this.onSendProgress,
  this.onReceiveProgress,
});