ChatQueuedPrompt constructor
const
ChatQueuedPrompt({})
Implementation
const ChatQueuedPrompt({
required this.id,
required this.text,
required this.attachments,
required this.createdAt,
this.guide = false,
});