state3 property

Stream<T3> Function(B) state3
final

The state3 of the bloc that is being listened to for changes

Implementation

final Stream<T3> Function(B) state3;