menu
finch package
documentation
mcp.dart
JSONRPCNotification
JSONRPCNotification.new constructor
JSONRPCNotification.new constructor
dark_mode
light_mode
JSONRPCNotification
constructor
JSONRPCNotification
(
{
String
jsonrpc
=
'2.0'
,
required
String
method
,
Map
<
String
,
Object
?
>
?
params
,
})
Implementation
JSONRPCNotification({ this.jsonrpc = '2.0', required this.method, this.params, });
finch package
documentation
mcp
JSONRPCNotification
JSONRPCNotification.new constructor
JSONRPCNotification class