ChatMessage constructor
const
ChatMessage({})
Implementation
const ChatMessage({
required this.text,
required this.user,
required this.createdAt,
this.isMarkdown = false,
this.customProperties,
});
const ChatMessage({
required this.text,
required this.user,
required this.createdAt,
this.isMarkdown = false,
this.customProperties,
});