ApiException constructor

ApiException(
  1. int code,
  2. String? message
)

Implementation

ApiException(this.code, this.message);