allJoz returns list of all Quran joz' names
List<String> get allJoz => _QuranConstants.quranHizbs .sublist(0, 30) .map((jozz) => "الجزء $jozz") .toList();