menu
meshagent_flutter_shadcn package
documentation
chat/tool_call_summary.dart
ParsedCommand
ParsedCommand.new const constructor
ParsedCommand.new const constructor
dark_mode
light_mode
ParsedCommand
constructor
const
ParsedCommand
(
{
required
String
kind
,
required
String
cmd
,
String
?
name
,
String
?
path
,
String
?
query
,
})
Implementation
const ParsedCommand({required this.kind, required this.cmd, this.name, this.path, this.query});
meshagent_flutter_shadcn package
documentation
chat/tool_call_summary
ParsedCommand
ParsedCommand.new const constructor
ParsedCommand class