isFirstHizbOfJuz property
bool
get
isFirstHizbOfJuz
Check if Hizb number is the first Hizb of its Juz
Implementation
bool get isFirstHizbOfJuz => this % 2 == 1;
Check if Hizb number is the first Hizb of its Juz
bool get isFirstHizbOfJuz => this % 2 == 1;