SurahModel constructor
SurahModel({})
Implementation
SurahModel({
required this.number,
required this.name,
required this.englishName,
required this.englishNameTranslation,
required this.revelationType,
required this.ayahs,
required this.numberOfAyahs,
});