Surah constructor
Surah({})
Implementation
Surah({
required this.number,
required this.name,
required this.englishName,
required this.englishNameTranslation,
required this.revelationType,
required this.verse,
required this.words,
required this.chars,
required this.ayahs,
});