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