stream<V> method

  1. @protected
ValueStream<V> stream<V>(
  1. dynamic getter, {
  2. bool distinct = true,
})

Implementation

@protected
ValueStream<V> stream<V>(Getter<V> getter, {bool distinct = true}) => _bolter.stream(getter, distinct: distinct);