copyWith method
Implementation
WebApiModulesWarehouseCheckInReconcileAssignByOrderICodesRequest copyWith(
{String? contractId, String? orderId}) {
return WebApiModulesWarehouseCheckInReconcileAssignByOrderICodesRequest(
contractId: contractId ?? this.contractId,
orderId: orderId ?? this.orderId);
}