isBusy$ property

  1. @override
Stream<bool> isBusy$
override

Whether the event bus is busy

Implementation

@override
Stream<bool> get isBusy$ => _inProgress.map((event) => event.isNotEmpty);