isSecondHizbOfJuz property
bool
get
isSecondHizbOfJuz
Check if Hizb number is the second Hizb of its Juz
Implementation
bool get isSecondHizbOfJuz => this % 2 == 0;
Check if Hizb number is the second Hizb of its Juz
bool get isSecondHizbOfJuz => this % 2 == 0;