menu
vaden_mcp package
documentation
core/code_parser.dart
MethodInfo
MethodInfo.new constructor
MethodInfo.new constructor
dark_mode
light_mode
MethodInfo
constructor
MethodInfo
(
{
required
String
name
,
required
String
annotation
,
required
String
returnType
,
})
Implementation
MethodInfo({ required this.name, required this.annotation, required this.returnType, });
vaden_mcp package
documentation
core/code_parser
MethodInfo
MethodInfo.new constructor
MethodInfo class