ProgressDownload constructor

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

Implementation

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