Message constructor
const
Message({})
Implementation
const Message({
required this.text,
this.isUser = false,
this.imageBytes,
this.audioBytes,
this.type = MessageType.text,
this.toolName,
});
const Message({
required this.text,
this.isUser = false,
this.imageBytes,
this.audioBytes,
this.type = MessageType.text,
this.toolName,
});