RecommendedChatFolders constructor

const RecommendedChatFolders({
  1. required List<RecommendedChatFolder> chatFolders,
  2. dynamic extra,
  3. int? clientId,
})

Contains a list of recommended chat folders

Implementation

const RecommendedChatFolders({
  required this.chatFolders,
  this.extra,
  this.clientId,
});