WordInfo constructor
const
WordInfo({})
Implementation
const WordInfo({
required this.normalizedWord,
required this.displayWord,
required this.translations,
required this.shapes,
required this.audioData,
required this.extendedInfo,
});