DownloadParameters constructor

DownloadParameters({
  1. bool? allowGzipCompression,
  2. bool? ignoreRange,
})

Implementation

DownloadParameters({this.allowGzipCompression, this.ignoreRange});