copyWithWrapped method

Implementation

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