onError 属性

Stream<Event> onError
重写

由该 Worker 处理的 error 事件的流。

实现

Stream<Event> get onError => errorEvent.forTarget(this);