AnalysisNavigationParams.fromNotification constructor
AnalysisNavigationParams.fromNotification(
- Notification notification, {
- ClientUriConverter? clientUriConverter,
Implementation
factory AnalysisNavigationParams.fromNotification(Notification notification,
{ClientUriConverter? clientUriConverter}) {
return AnalysisNavigationParams.fromJson(
ResponseDecoder(null), 'params', notification.params,
clientUriConverter: clientUriConverter);
}