FakeConversation constructor
FakeConversation({})
Implementation
FakeConversation({
required this.id,
required this.senderName,
required this.senderAvatarUrl,
required this.lastMessage,
required this.timestamp,
this.isRead = false,
this.isTyping = false,
});