hizbToJuz property

int get hizbToJuz

Convert Hizb number to its parent Juz number

Implementation

int get hizbToJuz => ((this - 1) ~/ 2) + 1;