DownloadParams constructor

DownloadParams(
  1. String url,
  2. String path,
  3. SendPort sendPort
)

Implementation

DownloadParams(this.url, this.path, this.sendPort);