Ayat class

Constructors

Ayat({required int number, required String audio, required List<String> audioSecondary, required String text, required String translateBn, required int numberInSurah, required int juz, required int manzil, required int page, required int ruku, required int hizbQuarter, required dynamic sajdah, required String pronunciationBn, required String wordsArabic, required String wordsBangla})
Ayat.fromJson(Map<String, dynamic> json)
factory
Ayat.fromRawJson(String str)
factory

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
pronunciationBn String
final
ruku int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sajdah → dynamic
final
text String
final
translateBn String
final
wordsArabic String
final
wordsBangla String
final

Methods

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

Operators

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