ApiException constructor

ApiException(
  1. int statusCode,
  2. String message
)

Implementation

ApiException(this.statusCode, this.message);