DownloadProgress constructor

const DownloadProgress(
  1. String originalUrl,
  2. int? totalSize,
  3. int downloaded
)

Implementation

const DownloadProgress(String originalUrl, this.totalSize, this.downloaded)
    : super(originalUrl);