Get unique Hizb numbers in this range
Set<int> get hizbNumbers => ayat.map((ayah) => ayah.hizb).toSet();