DictionaryLanguage constructor

const DictionaryLanguage({
  1. int? nbCustomEntries,
})

Returns a new DictionaryLanguage instance.

Implementation

const DictionaryLanguage({
  this.nbCustomEntries,
});