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