ApiException constructor

ApiException(
  1. int? _code,
  2. String? _message
)

Implementation

ApiException(this._code, this._message);