URLResponse constructor
Implementation
URLResponse({
required this.expectedContentLength,
this.headers,
this.mimeType,
this.statusCode,
this.suggestedFilename,
this.textEncodingName,
this.url,
});
URLResponse({
required this.expectedContentLength,
this.headers,
this.mimeType,
this.statusCode,
this.suggestedFilename,
this.textEncodingName,
this.url,
});