Download constructor
Download({
- String? url,
- String? localUrl,
- double? progress,
- DownloadState? downloadState = DownloadState.none,
Implementation
Download({this.url, this.localUrl, this.progress, this.downloadState = DownloadState.none});