CompletionExistingImportsParams.fromNotification constructor

CompletionExistingImportsParams.fromNotification(
  1. Notification notification
)

Implementation

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