stream property

Stream<Snapshot<T>> stream

Returns a stream of snapshots containing the computed value. New snapshots are emitted whenever the computed value changes.

Implementation

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