HttpClientException constructor Null safety

HttpClientException(
  1. BaseResponse? response
)

Implementation

HttpClientException(this.response) : super("Exception", response?.request?.url);