firstAyah property

AyahWithSurah? get firstAyah

Get the first ayah of this Juz

Implementation

AyahWithSurah? get firstAyah => ayat.isNotEmpty ? ayat.first : null;