QiraatWordInfo constructor
const
QiraatWordInfo({})
Implementation
const QiraatWordInfo({
required this.suraNumber,
required this.suraName,
required this.ayaNumber,
required this.wordNumber,
required this.word,
required this.content,
required this.hasKhilaf,
});