copyWithWrapped method

Implementation

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