SurahFontsModel constructor
SurahFontsModel({})
Represents a model for downloaded fonts of a Surah in the Quran.
Implementation
SurahFontsModel(
{required this.surahNumber,
required this.arabicName,
required this.englishName,
required this.revelationType,
required this.ayahs});