StatusDownload constructor

StatusDownload({
  1. bool error = false,
  2. bool join = false,
  3. bool forceKill = false,
  4. bool rangeAccept = true,
  5. SendPort? sendPort,
  6. bool kill = false,
})

Implementation

StatusDownload({
  this.error = false,
  this.join = false,
  this.forceKill = false,
  this.rangeAccept = true,
  this.sendPort,
  this.kill = false,
});