juzNumbers property

Set<int> get juzNumbers

Get unique Juz numbers in this range

Implementation

Set<int> get juzNumbers => ayat.map((ayah) => ayah.juz).toSet();