isValidSurahId property
bool
get
isValidSurahId
Check if the number is a valid surah ID (1-114)
Implementation
bool get isValidSurahId => this >= 1 && this <= 114;
Check if the number is a valid surah ID (1-114)
bool get isValidSurahId => this >= 1 && this <= 114;