NiceChatMessage constructor
const
NiceChatMessage({})
Implementation
const NiceChatMessage({
required this.id,
required this.text,
required this.senderId,
this.senderName,
this.senderAvatar,
this.timestamp,
this.status,
this.showAvatar = true,
this.replyToId,
this.reactions,
});