PromptCommand constructor
const
PromptCommand({})
Implementation
const PromptCommand({
required this.content,
this.maxContentLength,
this.allowedTools,
this.model,
this.source,
this.pluginName,
this.fork = false,
});