copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
    copyWith({bool? approvedPurchaseCost}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse(
      approvedPurchaseCost:
          approvedPurchaseCost ?? this.approvedPurchaseCost);
}