AnalysisImplementedParams.fromNotification constructor
AnalysisImplementedParams.fromNotification(
- Notification notification
Implementation
factory AnalysisImplementedParams.fromNotification(
Notification notification) {
return AnalysisImplementedParams.fromJson(
ResponseDecoder(null), 'params', notification.params);
}