firstSajdah property

AyahWithSurah? get firstSajdah

Get the first sajdah ayah (by Mushaf order)

Implementation

AyahWithSurah? get firstSajdah =>
    sajdahAyat.isNotEmpty ? sajdahAyat.first : null;