state2 property

Stream<T2> Function(B) state2
final

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

Implementation

final Stream<T2> Function(B) state2;