PromptArgument constructor
Creates a PromptArgument.
Implementation
PromptArgument({
required this.name,
this.title,
this.description,
this.required,
});
Creates a PromptArgument.
PromptArgument({
required this.name,
this.title,
this.description,
this.required,
});