flattened method

Iterable<T> flattened()

Implementation

Iterable<T> flattened() => expand((e) => e);