allJoz property

List<String> get allJoz

allJoz returns list of all Quran joz' names

Implementation

List<String> get allJoz => _QuranConstants.quranHizbs
    .sublist(0, 30)
    .map((jozz) => "الجزء $jozz")
    .toList();