loadingWithTagState property

  1. @protected
Stream<LoadingWithTag> loadingWithTagState

The loading states with tags of all handled result streams.

Implementation

@protected
Stream<LoadingWithTag> get loadingWithTagState =>
    _loadingBloc.states.isLoadingWithTag;