AdaptiveMtTranslateResponse constructor

AdaptiveMtTranslateResponse({
  1. String? languageCode,
  2. List<AdaptiveMtTranslation>? translations,
})

Implementation

AdaptiveMtTranslateResponse({
  this.languageCode,
  this.translations,
});