Prompt constructor
Prompt({
- List<
Icon> ? icons, - required String name,
- String? title,
- String? description,
- List<
PromptArgument> ? arguments, - MetaObject? $meta,
Implementation
Prompt({
this.icons,
required this.name,
this.title,
this.description,
this.arguments,
this.$meta,
});