ChatLists constructor

ChatLists({
  1. required List<ChatList> chatLists,
})

Implementation

ChatLists({required this.chatLists});