DownloadAsset constructor
DownloadAsset({})
Implementation
DownloadAsset({
required this.assetId,
this.title,
required this.state,
required this.progress,
this.metadata,
});
DownloadAsset({
required this.assetId,
this.title,
required this.state,
required this.progress,
this.metadata,
});