DataSummary constructor
      const
      DataSummary({})
     
    
    
Implementation
const DataSummary({
  required this.totalSurahs,
  required this.totalAyat,
  required this.totalCharacters,
  required this.meccanSurahs,
  required this.medinanSurahs,
  required this.sajdahAyat,
  required this.longestSurahName,
  required this.shortestSurahName,
  required this.averageAyatPerSurah,
});