swapAll method Null safety

Zip<I2, I1> swapAll()

Implementation

Zip<I2, I1> swapAll() {
  return Zip(_base.map((e) => e.swap()).toList());
}