DownloadRequest constructor

DownloadRequest({
  1. String? url,
})

Implementation

DownloadRequest({
  this.url,
});