ClientException constructor

const ClientException(
  1. int statusCode,
  2. String reasonPhrase,
  3. Map<String, String> responseHeaders,
  4. String responseBody,
)

Implementation

const ClientException(this.statusCode, this.reasonPhrase,
    this.responseHeaders, this.responseBody);