IterableZip<T> constructor Null safety

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

Implementation

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