chatListFolder property
A list of chats added to a chat folder
Implementation
ChatListFolder? get chatListFolder {
if (this is ChatListFolder) {
return this as ChatListFolder;
}
return null;
}
A list of chats added to a chat folder
ChatListFolder? get chatListFolder {
if (this is ChatListFolder) {
return this as ChatListFolder;
}
return null;
}