copyWith method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
copyWith({
- List<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel> ? physicalInventoryRecountUpdate,
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
copyWith(
{List<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel>?
physicalInventoryRecountUpdate}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest(
physicalInventoryRecountUpdate: physicalInventoryRecountUpdate ??
this.physicalInventoryRecountUpdate);
}