AyahModel constructor
      
      AyahModel({ 
    
    
- required int ayahUQNumber,
- required int ayahNumber,
- required String text,
- required String ayaTextEmlaey,
- String? codeV2,
- required int juz,
- required int page,
- int? surahNumber,
- int? lineStart,
- int? lineEnd,
- int? quarter,
- int? hizb,
- String? englishName,
- String? arabicName,
- bool? sajdaBool,
- dynamic sajda,
- Color? singleAyahTextColor,
- bool? centered,
- required bool isDownloadedFonts,
Implementation
AyahModel({
  required this.ayahUQNumber,
  required this.ayahNumber,
  required this.text,
  required this.ayaTextEmlaey,
  this.codeV2,
  required this.juz,
  required this.page,
  this.surahNumber,
  this.lineStart,
  this.lineEnd,
  this.quarter,
  this.hizb,
  this.englishName,
  this.arabicName,
  this.sajdaBool,
  this.sajda,
  this.singleAyahTextColor,
  this.centered,
  required this.isDownloadedFonts,
});