fromJson static method
Inherited by: ChatListArchive ChatListFolder ChatListMain
Implementation
static ChatListArchive? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const ChatListArchive();
}
Inherited by: ChatListArchive ChatListFolder ChatListMain
static ChatListArchive? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const ChatListArchive();
}