DictionaryEntry constructor
      const
      DictionaryEntry({})
     
    
Returns a new DictionaryEntry instance.
Implementation
const DictionaryEntry({
  required this.objectID,
  required this.language,
  this.word,
  this.words,
  this.decomposition,
  this.state,
  Map<String, dynamic> additionalProperties = const {},
}) : super(additionalProperties);