WiltChangeNotificationEvent.abort constructor

WiltChangeNotificationEvent.abort(
  1. String? _exception
)

Abort event

Implementation

WiltChangeNotificationEvent.abort(this._exception) {
  _type = abortt;
}