firstAyah property
AyahWithSurah?
get
firstAyah
Get the first ayah of this Juz
Implementation
AyahWithSurah? get firstAyah => ayat.isNotEmpty ? ayat.first : null;
Get the first ayah of this Juz
AyahWithSurah? get firstAyah => ayat.isNotEmpty ? ayat.first : null;