RecommendedChatFolders constructor
const
RecommendedChatFolders({
- required List<
RecommendedChatFolder> chatFolders, - dynamic extra,
- int? clientId,
Contains a list of recommended chat folders
Implementation
const RecommendedChatFolders({
required this.chatFolders,
this.extra,
this.clientId,
});