RequestDioOptions constructor

const RequestDioOptions({
  1. Duration? connectTimeout,
  2. Duration? receiveTimeout,
  3. Duration? sendTimeout,
  4. CancelToken? cancelToken,
  5. ProgressCallback? onSendProgress,
  6. ProgressCallback? onReceiveProgress,
  7. Options? options,
})

Implementation

const RequestDioOptions({
  this.connectTimeout,
  this.receiveTimeout,
  this.sendTimeout,
  this.cancelToken,
  this.onSendProgress,
  this.onReceiveProgress,
  this.options,
});