copyWithWrapped method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
copyWithWrapped({})
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel
copyWithWrapped(
{Wrapped<String?>? physicalMasterId, Wrapped<bool?>? isRecount}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryRecountUpdateRequestModel(
physicalMasterId: (physicalMasterId != null
? physicalMasterId.value
: this.physicalMasterId),
isRecount: (isRecount != null ? isRecount.value : this.isRecount));
}