HttpResponseException constructor

HttpResponseException(
  1. String message,
  2. String statusCode, {
  3. Uri? uri,
  4. String? body,
  5. Map<String, String>? headers,
})

Implementation

HttpResponseException(this.message, this.statusCode,
    {this.uri, this.body, this.headers});