DownloadProgress constructor

DownloadProgress(
  1. int receivedBytes,
  2. int totalBytes, {
  3. required FilePath path,
})

Implementation

DownloadProgress(this.receivedBytes, this.totalBytes, {required this.path});