DetectDominantLanguageResponse constructor

DetectDominantLanguageResponse({
  1. List<DominantLanguage>? languages,
})

Implementation

DetectDominantLanguageResponse({
  this.languages,
});