onProgress property Null safety

Stream<ProgressEvent> onProgress

Stream of progress events handled by this ApplicationCache.

Implementation

Stream<ProgressEvent> get onProgress => progressEvent.forTarget(this);