Returns a JSON representation of this.
@override Map<String, Object?> toJson() => { 'runtimeType': 'ArchiveInputZip', 'zip': value.map((e) => e.toJson()).toList() };