menu
finch package
documentation
mcp.dart
JSONRPCResultResponse
JSONRPCResultResponse.new constructor
JSONRPCResultResponse.new constructor
dark_mode
light_mode
JSONRPCResultResponse
constructor
JSONRPCResultResponse
(
{
String
jsonrpc
=
'2.0'
,
String
?
id
,
required
Result
result
,
})
Implementation
JSONRPCResultResponse({this.jsonrpc = '2.0', this.id, required this.result});
finch package
documentation
mcp
JSONRPCResultResponse
JSONRPCResultResponse.new constructor
JSONRPCResultResponse class