Surah constructor
const
Surah({})
Implementation
const Surah({
required this.id,
required this.name,
required this.englishName,
required this.revelationType,
required this.numberOfAyahs,
required this.revelationOrder,
required this.ayat,
this.source = "Tanzil Project - https://tanzil.net",
});