isCompleteSurah property
bool
get
isCompleteSurah
Whether this range is the complete surah
Implementation
bool get isCompleteSurah => range.count == surah.numberOfAyahs;
Whether this range is the complete surah
bool get isCompleteSurah => range.count == surah.numberOfAyahs;