companionHizb property
int
get
companionHizb
Get the companion Hizb number (the other half of the same Juz)
Implementation
int get companionHizb => isFirstHizbOfJuz ? hizb + 1 : hizb - 1;
Get the companion Hizb number (the other half of the same Juz)
int get companionHizb => isFirstHizbOfJuz ? hizb + 1 : hizb - 1;