Downloading constructor

Downloading(
  1. String? checksum,
  2. String filename,
  3. int? size, {
  4. void onDownloaded(
    1. File
    )?,
})

Implementation

Downloading(this.checksum, this.filename, this.size, {this.onDownloaded});