DownloadProgress constructor
DownloadProgress({})
Implementation
DownloadProgress({
required this.modelId,
required this.downloadedBytes,
required this.totalBytes,
required this.percentage,
required this.speedMBps,
required this.status,
});