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