ChatMessage constructor
ChatMessage({})
Implementation
ChatMessage({
required this.id,
required this.text,
required this.senderId,
this.senderName = "User",
required this.timestamp,
this.status = MessageStatus.sending,
this.attempt = 0,
});