JuzResult constructor
const
JuzResult({
- required int juz,
- required int totalAyat,
- required List<
AyahWithSurah> ayat, - 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",
});