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