toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'chat_folder_info': chatFolderInfo?.toJson(),
  'missing_chat_ids': missingChatIds.map((item) => item).toList(),
  'added_chat_ids': addedChatIds.map((item) => item).toList(),
  '@type': constructor,
};