toNotification method
Implementation
Notification toNotification({ClientUriConverter? clientUriConverter}) {
  return Notification(
    'analysis.outline',
    toJson(clientUriConverter: clientUriConverter),
  );
}Notification toNotification({ClientUriConverter? clientUriConverter}) {
  return Notification(
    'analysis.outline',
    toJson(clientUriConverter: clientUriConverter),
  );
}