sajdahAyat property
List<AyahWithSurah>
get
sajdahAyat
Get all sajdah ayat in this Juz
Implementation
List<AyahWithSurah> get sajdahAyat {
return ayat.where((ayah) => ayah.sajdah).toList();
}
Get all sajdah ayat in this Juz
List<AyahWithSurah> get sajdahAyat {
return ayat.where((ayah) => ayah.sajdah).toList();
}