Ayahs constructor
Ayahs({})
Constructs a new Ayahs object.
number: The Ayah number.audio: The audio URL of the Ayah.audioSecondary: The secondary audio URLs of the Ayah.text: The text of the Ayah.numberInSurah: The number of the Ayah within the Surah.juz: The Juz (part) number the Ayah belongs to.manzil: The Manzil number the Ayah belongs to.page: The page number the Ayah belongs to.ruku: The Ruku number the Ayah belongs to.hizbQuarter: The Hizb quarter number the Ayah belongs to.sajda: Indicates if the Ayah contains Sajda (prostration) verses.
Implementation
Ayahs({
required this.number,
required this.audio,
required this.audioSecondary,
required this.text,
required this.numberInSurah,
required this.juz,
required this.manzil,
required this.page,
required this.ruku,
required this.hizbQuarter,
required this.sajda,
});