meccanSajdahAyat property
List<AyahWithSurah>
get
meccanSajdahAyat
Get Meccan sajdah ayat
Implementation
List<AyahWithSurah> get meccanSajdahAyat {
return sajdahAyat.where((ayah) => ayah.surah.isMeccan).toList();
}