Downloading.completed constructor
Creates a completed Downloading.
Implementation
Downloading.completed(
this.checksum,
this.filename,
this.size,
String path, {
this.onDownloaded,
}) {
file = File(path);
status.value = DownloadStatus.isFinished;
}