bloc property

IsolateBlocWrapper? bloc
final

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

Implementation

final IsolateBlocWrapper? bloc;