stream property

  1. @override
NotReplayValueStream<T> stream
latefinal

The stream that this controller is controlling. It is a single-subscription NotReplayValueStream.

Implementation

@override
late final NotReplayValueStream<T> stream =
    _ValueStreamControllerStream(this);