state property

Stream<T> Function(B) state
final

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

Implementation

final Stream<T> Function(B) state;