onLoad 属性

Stream<ProgressEvent> onLoad

FileReader 处理的 load 事件流。

实现

Stream<ProgressEvent> get onLoad => loadEvent.forTarget(this);