bloc property

  1. @override
B bloc
override

The Bloc currently exposed by this provider.

Cannot be accessed while creating the provider.

Implementation

@override
B get bloc => _blocNotifier.value;