onAbort 属性

Stream<ProgressEvent> onAbort

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

实现

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