DownloadRequest constructor

DownloadRequest(
  1. String url,
  2. String savePath, {
  3. String? body,
  4. Map<String, dynamic>? queryParameters,
  5. Options? options,
  6. String? md5,
})

Implementation

DownloadRequest(super.url, this.savePath,
    {super.body, super.queryParameters, super.options, this.md5});