WiltChangeNotificationEvent.decodeError constructor

WiltChangeNotificationEvent.decodeError(
  1. String? _httpResponseText,
  2. String? _exception
)

Decode error event

Implementation

WiltChangeNotificationEvent.decodeError(
    this._httpResponseText, this._exception) {
  _type = decodeErrorr;
}