AyahRange constructor

const AyahRange({
  1. required Surah surah,
  2. required AyahRangeInfo range,
  3. required List<Ayah> ayat,
  4. String source = "Tanzil Project - https://tanzil.net",
})

Implementation

const AyahRange({
  required this.surah,
  required this.range,
  required this.ayat,
  this.source = "Tanzil Project - https://tanzil.net",
});