bloc property

IsolateBlocWrapper? bloc
final

The bloc whose state will be listened to. Whenever the bloc's state changes, listener will be invoked.

Implementation

final IsolateBlocWrapper? bloc;