ApiException constructor

ApiException(
  1. int? statusCode,
  2. dynamic response
)

Implementation

ApiException(
  this.statusCode,
  this.response,
);