onDownloading property Null safety

Stream<Event> onDownloading

Stream of downloading events handled by this ApplicationCache.

Implementation

Stream<Event> get onDownloading => downloadingEvent.forTarget(this);