Ayah class

Constructors

Ayah({required int id, required int surahNumber, required String text, required int page, required int juz, String? tafsir, String? audioUrl, bool isSajda = false})
const
Ayah.fromJson(Map<String, dynamic> json)
factory

Properties

audioUrl String?
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
isSajda bool
final
juz int
final
page int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surahNumber int
final
tafsir String?
final
text String
final

Methods

copyWith({int? id, int? surahNumber, String? text, int? page, int? juz, String? tafsir, String? audioUrl, bool? isSajda}) Ayah
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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