copyWithWrapped method
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest
copyWithWrapped({Wrapped<String?>? physicalInventoryId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest(
physicalInventoryId: (physicalInventoryId != null
? physicalInventoryId.value
: this.physicalInventoryId));
}