isSecondHizbOfJuz property
bool
get
isSecondHizbOfJuz
Whether this is the second Hizb of its Juz
Implementation
bool get isSecondHizbOfJuz => hizb % 2 == 0;
Whether this is the second Hizb of its Juz
bool get isSecondHizbOfJuz => hizb % 2 == 0;