TransferConfig constructor

TransferConfig({
  1. bool? forceSimpleUpload,
  2. bool? enableVerification,
  3. int? divisionForUpload,
  4. int? sliceSizeForUpload,
})

Implementation

TransferConfig({
  this.forceSimpleUpload,
  this.enableVerification,
  this.divisionForUpload,
  this.sliceSizeForUpload,
});