DownloadRequest constructor

DownloadRequest({
  1. required String url,
  2. String? filename,
})

Implementation

DownloadRequest({required this.url, this.filename});