stream property

Stream<State> stream

Returns the stream of states.

Implementation

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