onChecking property Null safety

Stream<Event> onChecking

Stream of checking events handled by this ApplicationCache.

Implementation

Stream<Event> get onChecking => checkingEvent.forTarget(this);