stream property

Stream<State> stream

The current state stream.

Implementation

Stream<State> get stream => _stateController.stream;