SurahSearchStatistics class

Statistics about surah search results.

Constructors

SurahSearchStatistics.new({required int totalResults, required int meccanResults, required int medinanResults, required int totalAyat, required double averageAyat, required int minAyat, required int maxAyat})
const

Properties

averageAyat double
Average number of ayat per surah in results
final
hashCode int
The hash code for this object.
no setterinherited
maxAyat int
Maximum number of ayat in result surahs
final
meccanPercentage double
Percentage of Meccan surahs in results
no setter
meccanResults int
Number of Meccan surahs in results
final
medinanPercentage double
Percentage of Medinan surahs in results
no setter
medinanResults int
Number of Medinan surahs in results
final
minAyat int
Minimum number of ayat in result surahs
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAyat int
Total ayat in all result surahs
final
totalResults int
Total number of results
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited