McpNotification constructor

McpNotification({
  1. required String method,
  2. Map<String, dynamic>? params,
})

Implementation

McpNotification({
  required this.method,
  this.params,
});