copyWith method

Implementation

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