QuranPage class

Model representing a page of the Quran

Constructors

QuranPage({required int number, required int start, required int end, required int verseCount, required Map<int, PageSurahVerses> surahVerses})

Properties

end int
The verse number at which the page ends.
final
hashCode int
The hash code for this object.
no setterinherited
number int
The page number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
The verse number at which the page starts.
final
surahVerses Map<int, PageSurahVerses>
A map containing the verses of each Surah within the page, where the key is the Surah number and the value is a JuzSurahVerses object.
final
verseCount int
The total number of verses in the page.
final

Methods

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

Operators

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