ServerErrorParams.fromNotification constructor

ServerErrorParams.fromNotification(
  1. Notification notification
)

Implementation

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