AnalysisImplementedParams.fromNotification constructor

AnalysisImplementedParams.fromNotification(
  1. Notification notification
)

Implementation

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