Verse class

Model representing a verse of the Quran.

Constructors

Verse({required int surahNumber, required int verseNumber, required String text})
Constructor for creating a Verse object.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surahNumber int
The number of the Surah to which the verse belongs.
final
text String
The text of the verse.
final
verseNumber int
The number of the verse within its Surah.
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