isValidSurahId property

bool get isValidSurahId

Check if the number is a valid surah ID (1-114)

Implementation

bool get isValidSurahId => this >= 1 && this <= 114;