Languages constructor
const
Languages({
- required DictionaryLanguage? plurals,
- required DictionaryLanguage? stopwords,
- required DictionaryLanguage? compounds,
Returns a new Languages instance.
Implementation
const Languages({
required this.plurals,
required this.stopwords,
required this.compounds,
});