streamBy<M> method

ValueStream<M> streamBy<M>({
  1. String tag = '',
})

Implementation

ValueStream<M> streamBy<M>({String tag = ''}) =>
    stream.distinctWith((e) => e.modelValue<M>(tag));