copyWithWrapped method

Implementation

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