NiceChatMessage constructor
const
NiceChatMessage({})
Implementation
const NiceChatMessage({
required this.id,
required this.content,
required this.senderId,
required this.senderName,
this.senderAvatarUrl,
required this.timestamp,
this.type = NiceChatMessageType.text,
this.isRead = false,
this.metadata,
});