onError 属性

Stream<Event> onError
覆盖

由这个 AbstractWorker 处理的 error 事件的 Stream。

实现

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