TranslateTextResponse constructor
TranslateTextResponse({
- List<
Translation> ? glossaryTranslations, - List<
Translation> ? translations,
Implementation
TranslateTextResponse({
this.glossaryTranslations,
this.translations,
});