Stream<ProgressEvent> onWrite

Stream of write events handled by this FileWriter.

Source

@DomName('FileWriter.onwrite')
@DocsEditable()
Stream<ProgressEvent> get onWrite => writeEvent.forTarget(this);