DownloadStreamProgress constructor
Implementation
DownloadStreamProgress({
required this.progressStatus,
this.speed = 0.0,
this.eta,
this.receive = 0,
this.total = 0,
this.errorMessage,
this.isCanceled = false,
});
DownloadStreamProgress({
required this.progressStatus,
this.speed = 0.0,
this.eta,
this.receive = 0,
this.total = 0,
this.errorMessage,
this.isCanceled = false,
});