firstAyah property

Ayah? get firstAyah

Get the first ayah in this range

Implementation

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