onLoadStart property Null safety

Stream<ProgressEvent> onLoadStart

Stream of loadstart events handled by this FileReader.

Implementation

Stream<ProgressEvent> get onLoadStart => loadStartEvent.forTarget(this);