firstAyah property
Ayah?
get
firstAyah
Get the first ayah in this range
Implementation
Ayah? get firstAyah => ayat.isNotEmpty ? ayat.first : null;
Get the first ayah in this range
Ayah? get firstAyah => ayat.isNotEmpty ? ayat.first : null;