lastAyah property

AyahWithSurah? get lastAyah

Get the last ayah of this Juz

Implementation

AyahWithSurah? get lastAyah => ayat.isNotEmpty ? ayat.last : null;