ChatListCard constructor
const
ChatListCard({
- Key? key,
- required ChatListModal chatListModal,
- required ChatUserModal currentUserModal,
Implementation
const ChatListCard({super.key, required this.chatListModal, required this.currentUserModal});