Juz class
Model representing a Juz (part) of the Quran.
Constructors
Properties
- end → int
-
The verse number at which the Juz ends.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- number → int
-
The number of the Juz.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → int
-
The verse number at which the Juz starts.
final
-
surahVerses
→ Map<
int, JuzSurahVerses> -
A map containing the verses of each Surah within the Juz, where the key
is the Surah number and the value is a JuzSurahVerses object.
final
- verseCount → int
-
The total number of verses in the Juz.
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