AddChatToList constructor

AddChatToList({
  1. required int chatId,
  2. ChatList? chatList,
})

Implementation

AddChatToList({required this.chatId, this.chatList});