AyahModel.empty constructor

AyahModel.empty()

Implementation

factory AyahModel.empty() {
  return AyahModel(
    ayahUQNumber: 0,
    ayahNumber: 0,
    text: '',
    ayaTextEmlaey: '',
    codeV2: null,
    juz: 0,
    page: 0,
    surahNumber: 0,
    lineStart: 0,
    lineEnd: 0,
    quarter: 0,
    hizb: 0,
    englishName: '',
    arabicName: '',
    sajdaBool: false,
    sajda: null,
    singleAyahTextColor: null,
    centered: false,
    isDownloadedFonts: false,
  );
}