RecommendedChatFolders constructor

RecommendedChatFolders({
  1. required List<RecommendedChatFolder> chatFolders,
})

Implementation

RecommendedChatFolders({required this.chatFolders});