JuzResult constructor

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

Implementation

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