bloc property

B? bloc
final

The bloc whose side effect will be listened to. Whenever the bloc's side effect emits, listener will be invoked.

Implementation

final B? bloc;