ApiException constructor

const ApiException(
  1. int statusCode, {
  2. ApiError? error,
  3. String? response,
})

Implementation

const ApiException(this.statusCode, {this.error, this.response});