toNotification method

Notification toNotification({
  1. ClientUriConverter? clientUriConverter,
})

Implementation

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