loadingState property

  1. @protected
Stream<bool> loadingState

The loading states without tags of all handled result streams.

Implementation

@protected
Stream<bool> get loadingState => _loadingBloc.states.isLoading;