DownloadValue constructor

DownloadValue({
  1. String? downloadStatus,
  2. int? quanlity,
  3. int? duration,
  4. int? size,
  5. int? downloadSize,
  6. double? progress,
  7. String? playPath,
  8. bool? isStop,
  9. String? url,
  10. String? fileId,
  11. String? error,
})

Implementation

DownloadValue({
  this.downloadStatus,
  this.quanlity,
  this.duration,
  this.size,
  this.downloadSize,
  this.progress,
  this.playPath,
  this.isStop,
  this.url,
  this.fileId,
  this.error,
});