Download constructor

Download({
  1. String? url,
  2. String? localUrl,
  3. double? progress,
  4. DownloadState? downloadState = DownloadState.none,
})

Implementation

Download({this.url, this.localUrl, this.progress, this.downloadState = DownloadState.none});