isValidJuzNumber property
bool
get
isValidJuzNumber
Check if the number is a valid Juz number (1-30)
Implementation
bool get isValidJuzNumber => this >= 1 && this <= 30;
Check if the number is a valid Juz number (1-30)
bool get isValidJuzNumber => this >= 1 && this <= 30;