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