Chat constructor
Chat({})
Creates a new Chat instance.
Implementation
Chat({
required this.chatId,
required this.customerId,
required this.nutritionistId,
required this.lastMessage,
required this.lastMessageTime,
});