Parse from a json
factory ChatListFolder.fromJson(Map<String, dynamic> json) => ChatListFolder( chatFolderId: json['chat_folder_id'], );