stream property

Stream<T?> get stream

Transform this two way binding in stream.

Implementation

Stream<T?> get stream => _stream;