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