isSingleAyah property
bool
get
isSingleAyah
Whether this range is just a single ayah
Implementation
bool get isSingleAyah => range.count == 1;
Whether this range is just a single ayah
bool get isSingleAyah => range.count == 1;