isCompleteSurah property

bool get isCompleteSurah

Whether this range is the complete surah

Implementation

bool get isCompleteSurah => range.count == surah.numberOfAyahs;