onAbort 属性

Stream<ProgressEvent> onAbort

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

实现

Stream<ProgressEvent> get onAbort => abortEvent.forTarget(this);