hasSajdah property
bool
get
hasSajdah
Whether this surah contains any sajdah ayat
Implementation
bool get hasSajdah => ayat.any((ayah) => ayah.sajdah);
Whether this surah contains any sajdah ayat
bool get hasSajdah => ayat.any((ayah) => ayah.sajdah);