WebSocketResponse constructor
WebSocketResponse({})
Implementation
WebSocketResponse(
{required this.status,
required this.statusText,
required this.headers,
this.headersText,
this.requestHeaders,
this.requestHeadersText});