firstSajdah property
AyahWithSurah?
get
firstSajdah
Get the first sajdah ayah (by Mushaf order)
Implementation
AyahWithSurah? get firstSajdah =>
sajdahAyat.isNotEmpty ? sajdahAyat.first : null;
Get the first sajdah ayah (by Mushaf order)
AyahWithSurah? get firstSajdah =>
sajdahAyat.isNotEmpty ? sajdahAyat.first : null;