onLoadEnd property Null safety

Stream<ProgressEvent> onLoadEnd

Stream of loadend events handled by this FileReader.

Implementation

Stream<ProgressEvent> get onLoadEnd => loadEndEvent.forTarget(this);