distinctBy<S> method
Implementation
ValueStream<T> distinctBy<S>([S Function(T event)? field]) =>
_DistinctValueStream<T, S>(this, field);
ValueStream<T> distinctBy<S>([S Function(T event)? field]) =>
_DistinctValueStream<T, S>(this, field);