state1 property

Stream<T1> Function(B) state1
final

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

Implementation

final Stream<T1> Function(B) state1;