stream property

Stream<Snapshot<T>> stream

Returns a stream of snapshots containing the current and new values.

Implementation

Stream<Snapshot<T>> get stream => _controller.stream;