menu
netease_common package
documentation
netease_common.dart
IterableZip<T>
IterableZip constructor
IterableZip constructor
dark_mode
light_mode
IterableZip<
T
>
constructor
IterableZip<
T
>
(
Iterable
<
Iterable
<
T
>
>
iterables
)
Implementation
IterableZip(Iterable<Iterable<T>> iterables) : _iterables = iterables;
netease_common package
documentation
netease_common
IterableZip<T>
IterableZip constructor
IterableZip class