ApiException constructor

ApiException(
  1. dynamic _message,
  2. dynamic _prefix
)

Implementation

ApiException(this._message, this._prefix);