state property

BehaviorSubject<S> state
final

The store's state.

Implementation

final state = BehaviorSubject<S>();