ForegroundDownloadEvent constructor
const
ForegroundDownloadEvent({})
Implementation
const ForegroundDownloadEvent({
required this.type,
required this.state,
this.sessionId,
this.savePath,
this.downloadedBytes = 0,
this.totalBytes = 0,
this.progress,
this.code,
this.message,
this.networkRetryCount = 0,
this.validationRetryCount = 0,
});