onError 属性

Stream<Event> onError

由这个 FileWriter 处理的错误事件的流。

实现

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