NetworkRequestOptions constructor

const NetworkRequestOptions({
  1. bool isLogEnabled = true,
  2. bool printToCurl = false,
  3. List<LogOption> ignoreLogOptions = const [],
  4. void onReceiveProgress(
    1. int,
    2. int
    )?,
})

Implementation

const NetworkRequestOptions({
  this.isLogEnabled = true,
  this.printToCurl = false,
  this.ignoreLogOptions = const [],
  this.onReceiveProgress,
});