Ayah constructor
const
Ayah({})
Implementation
const Ayah({
required this.id,
required this.surahNumber,
required this.text,
required this.page,
required this.juz,
this.tafsir,
this.audioUrl,
this.isSajda = false,
});