isBusy property

  1. @override
bool isBusy
override

Whether the event bus is busy

Implementation

@override
bool get isBusy => _inProgress.value.isNotEmpty;