LanguagePrediction constructor
A language code and its probability. Used as part of the output of a language detector.
Implementation
LanguagePrediction({
required String languageCode,
required double probability,
});
A language code and its probability. Used as part of the output of a language detector.
LanguagePrediction({
required String languageCode,
required double probability,
});