stream property

  1. @Deprecated('Use "this" instead. Will be removed before the release')
ValueStream<T> stream

Returns this.

Implementation

@Deprecated('Use "this" instead. Will be removed before the release')
ValueStream<T> get stream => this;