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