copyWith method

Implementation

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