ChatListFolder constructor
      const
      ChatListFolder({ 
    
- required int chatFolderId,
A list of chats added to a chat folder
Implementation
const ChatListFolder({
  required this.chatFolderId,
});A list of chats added to a chat folder
const ChatListFolder({
  required this.chatFolderId,
});