DownloadStartRequest constructor
DownloadStartRequest({})
Implementation
DownloadStartRequest(
{this.contentDisposition,
required this.contentLength,
this.mimeType,
this.suggestedFilename,
this.textEncodingName,
required this.url,
this.userAgent});