DictionaryLanguage constructor
const
DictionaryLanguage({
- int? nbCustomEntries,
Returns a new DictionaryLanguage instance.
Implementation
const DictionaryLanguage({
this.nbCustomEntries,
});
Returns a new DictionaryLanguage instance.
const DictionaryLanguage({
this.nbCustomEntries,
});