isFirstHizbOfJuz property
bool
get
isFirstHizbOfJuz
Whether this is the first Hizb of its Juz
Implementation
bool get isFirstHizbOfJuz => hizb % 2 == 1;
Whether this is the first Hizb of its Juz
bool get isFirstHizbOfJuz => hizb % 2 == 1;