ProgressDownload constructor

ProgressDownload(
  1. String id,
  2. int progress,
  3. int total
)

Implementation

ProgressDownload(this.id, this.progress, this.total);