toJson method

Map<String, dynamic> toJson()

Converts the Ayahs object to a JSON representation.

Implementation

Map<String, dynamic> toJson() => {
      'number': number,
      'audio': audio,
      'audioSecondary': audioSecondary,
      'text': text,
      'numberInSurah': numberInSurah,
      'juz': juz,
      'manzil': manzil,
      'page': page,
      'ruku': ruku,
      'hizbQuarter': hizbQuarter,
      'sajda': sajda,
    };