DataLoadingStats constructor

const DataLoadingStats({
  1. required int loadingTimeMs,
  2. required int totalSurahs,
  3. required int totalAyat,
  4. required int totalCharacters,
  5. required int meccanSurahs,
  6. required int medinanSurahs,
  7. required int sajdahAyat,
  8. required bool isValid,
  9. required int dataSize,
})

Implementation

const DataLoadingStats({
  required this.loadingTimeMs,
  required this.totalSurahs,
  required this.totalAyat,
  required this.totalCharacters,
  required this.meccanSurahs,
  required this.medinanSurahs,
  required this.sajdahAyat,
  required this.isValid,
  required this.dataSize,
});