HizbResult constructor

const HizbResult({
  1. required int hizb,
  2. required int juz,
  3. required int totalAyat,
  4. required List<AyahWithSurah> ayat,
  5. String source = "Tanzil Project - https://tanzil.net",
})

Implementation

const HizbResult({
  required this.hizb,
  required this.juz,
  required this.totalAyat,
  required this.ayat,
  this.source = "Tanzil Project - https://tanzil.net",
});