ApiException constructor

ApiException(
  1. Uri? url,
  2. int statusCode,
  3. String? reasonPhrase, {
  4. String? errorMessage,
})

Implementation

ApiException(this.url, this.statusCode, this.reasonPhrase,
    {this.errorMessage});