merge<V> method

Iterable<V> merge<V>()

Implementation

Iterable<V> merge<V>() => expand<V>((e) => e).toList();