DownloadProcess constructor

DownloadProcess({
  1. required int current,
  2. required int count,
  3. required ProcessState status,
})

Implementation

DownloadProcess(
    {required this.current, required this.count, required this.status});