onError 属性

ElementStream<Event> onError
重写

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

实现

ElementStream<Event> get onError => errorEvent.forElement(this);