SurahModel constructor
SurahModel({})
Implementation
SurahModel({
required this.surahNumber,
required this.arabicName,
required this.englishName,
this.revelationType,
required this.ayahs,
required this.isDownloadedFonts,
this.startPage,
this.endPage,
});