state property

Stream<S> Function(B) state
final

Stream representing the state which will be listened to for changes

Implementation

final Stream<S> Function(B) state;