bloc property

IsolateBlocWrapper? bloc
final

The bloc that the IsolateBlocSelector will interact with. If omitted, IsolateBlocSelector will automatically perform a lookup using IsolateBlocProvider and the current BuildContext.

Implementation

final IsolateBlocWrapper? bloc;