copyWithWrapped method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
copyWithWrapped({
- Wrapped<
List< ? physicalInventoryRecountUpdate,WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel> ?>
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest
copyWithWrapped({
Wrapped<
List<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
>?
>?
physicalInventoryRecountUpdate,
}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequest(
physicalInventoryRecountUpdate: (physicalInventoryRecountUpdate != null
? physicalInventoryRecountUpdate.value
: this.physicalInventoryRecountUpdate),
);
}