copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintDiscrepancyReportRequest
copyWith({String? physicalInventoryId}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryPrintDiscrepancyReportRequest(
    physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
  );
}