DetectDominantLanguageResponse constructor
DetectDominantLanguageResponse({
- List<
DominantLanguage> ? languages,
Implementation
DetectDominantLanguageResponse({
this.languages,
});