Prompt constructor
const
Prompt({})
Implementation
const Prompt({
required this.name,
this.title,
this.description,
required this.arguments,
this.icons,
this.meta,
this.metadata,
});
const Prompt({
required this.name,
this.title,
this.description,
required this.arguments,
this.icons,
this.meta,
this.metadata,
});