AnalysisHighlightsParams.fromNotification constructor

AnalysisHighlightsParams.fromNotification(
  1. Notification notification
)

Implementation

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