unique property

Stream<T> get unique

Implementation

Stream<T> get unique => distinct();