Ayahs class

Represents an Ayah (verse) in the Quran.

Constructors

Ayahs({required int number, required String audio, required List<String> audioSecondary, required String text, required int numberInSurah, required int juz, required int manzil, required int page, required int ruku, required int hizbQuarter, required bool sajda})
Constructs a new Ayahs object.
Ayahs.fromJson(Map<String, dynamic> json)
Constructs a new Ayahs object from a JSON representation.

Properties

audio String
final
audioSecondary List<String>
final
hashCode int
The hash code for this object.
no setterinherited
hizbQuarter int
final
juz int
final
manzil int
final
number int
final
numberInSurah int
final
page int
final
ruku int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sajda bool
final
text String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the Ayahs object to a JSON representation.
toString() String
A string representation of this object.
inherited

Operators

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