bloc property

  1. @override
AutoDisposeProviderBase<BlocStream<Value>> bloc
final

Obtains the BlocStream associated with this AutoDisposeBlocStreamProvider, without listening to it.

Listening to this provider may cause providers/widgets to rebuild in the event that the BlocStream it recreated.

Implementation

@override
final AutoDisposeProviderBase<BlocStream<Value>> bloc;