copyWith method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
copyWith({
- bool? approvedPurchaseCost,
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
copyWith({bool? approvedPurchaseCost}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse(
approvedPurchaseCost:
approvedPurchaseCost ?? this.approvedPurchaseCost);
}