core.Map<core.String, core.dynamic> toJson() { final translatedText = this.translatedText; return {'translatedText': ?translatedText}; }