AyahModel constructor

AyahModel({
  1. required int ayahUQNumber,
  2. required int ayahNumber,
  3. required String text,
  4. required String ayaTextEmlaey,
  5. String? codeV2,
  6. required int juz,
  7. required int page,
  8. int? surahNumber,
  9. int? lineStart,
  10. int? lineEnd,
  11. int? quarter,
  12. int? hizb,
  13. String? englishName,
  14. String? arabicName,
  15. bool? sajdaBool,
  16. dynamic sajda,
  17. Color? singleAyahTextColor,
  18. bool? centered,
  19. 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,
});