DownloadInfo constructor

DownloadInfo({
  1. String? sha1,
  2. int? size,
  3. required String url,
})

Implementation

DownloadInfo({this.sha1, this.size, required this.url});