Translation constructor
Translation({
- String? detectedLanguageCode,
- TranslateTextGlossaryConfig? glossaryConfig,
- String? model,
- String? translatedText,
Implementation
Translation({
this.detectedLanguageCode,
this.glossaryConfig,
this.model,
this.translatedText,
});