menu
finch package
documentation
mcp.dart
PromptArgument
PromptArgument.new constructor
PromptArgument.new constructor
dark_mode
light_mode
PromptArgument
constructor
PromptArgument
(
{
required
String
name
,
String
?
title
,
String
?
description
,
bool
?
required
,
})
Implementation
PromptArgument({ required this.name, this.title, this.description, this.required, });
finch package
documentation
mcp
PromptArgument
PromptArgument.new constructor
PromptArgument class