DictionaryEntry constructor
A standard dictionary entry would only contain text content, but may also be represented with image or audio, or in a custom format.
Implementation
DictionaryEntry({
required this.definitions,
required this.popularity,
this.headingTagNames = const [],
this.entryTagNames = const [],
this.imagePaths,
this.audioPaths,
this.extra,
this.id,
});