onError 属性

Stream<ProgressEvent> onError

由这个 FileReader 处理的 error 事件的流。

实现

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