toJson method
Converts RevelationCharacteristics to JSON
Implementation
Map<String, dynamic> toJson() {
return {
'averageLength': averageLength,
'totalAyat': totalAyat,
'shortestLength': shortestLength,
'longestLength': longestLength,
};
}