ChatListFolder constructor

const ChatListFolder({
  1. required int chatFolderId,
})

A list of chats added to a chat folder

Implementation

const ChatListFolder({
  required this.chatFolderId,
});