TranslationToggledEvent.fromJson(Map<String, dynamic> json) : conversation = ConversationData.fromJson(json['conversation']), isEnabled = json['isEnabled'];