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