AdaptiveMtTranslateResponse constructor
AdaptiveMtTranslateResponse({
- String? languageCode,
- List<
AdaptiveMtTranslation> ? translations,
Implementation
AdaptiveMtTranslateResponse({
this.languageCode,
this.translations,
});