HttpProfileRequestData.buildErrorRequest constructor

HttpProfileRequestData.buildErrorRequest({
  1. required String? error,
})

Implementation

HttpProfileRequestData.buildErrorRequest({
  required this.error,
})  : _connectionInfo = null,
      _contentLength = null,
      _cookies = null,
      _followRedirects = null,
      _headers = null,
      _maxRedirects = null,
      _persistentConnection = null,
      _proxyDetails = null;