IterableZip<T> constructor

*<Null safety>*

IterableZip<T>(Iterable<Iterable<T>> iterables)

Implementation

IterableZip(Iterable<Iterable<T>> iterables) : _iterables = iterables;