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