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