copyWith method Null safety

Zip copyWith(
  1. {List<ZipItem<I1, I2>>? base}
)

Implementation

Zip copyWith({List<ZipItem<I1, I2>>? base}) => Zip(base ?? List.from(_base));