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