flatten property

Stream<T> get flatten

Implementation

Stream<T> get flatten => expand(identity);