lastAyah property

Ayah? get lastAyah

Get the last ayah in this range

Implementation

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