NiceChatMessage constructor
Implementation
const NiceChatMessage({
required this.id,
required this.author,
required this.text,
required this.timestamp,
this.authorAvatar,
this.isOwnMessage = false,
});
const NiceChatMessage({
required this.id,
required this.author,
required this.text,
required this.timestamp,
this.authorAvatar,
this.isOwnMessage = false,
});