PromptSuggestion constructor
const
PromptSuggestion({})
Implementation
const PromptSuggestion({
required this.text,
required this.title,
this.description,
required this.category,
this.tags = const [],
this.usageCount = 0,
this.lastUsed,
this.isCustom = false,
this.requiredContext,
});