Ayah class
Constructors
- Ayah({required int id, required int jozz, required int surahNumber, required int page, required int lineStart, required int lineEnd, required int ayahNumber, required int quarter, required int hizb, required String surahNameEn, required String surahNameAr, required String ayah, required String ayahText, required bool sajda, required bool centered})
- Ayah.fromAya({required Ayah ayah, required String aya, required String ayaText, bool centered = false})
-
factory
-
Ayah.fromJson(Map<
String, dynamic> json) -
factory
Properties
- ayah ↔ String
-
getter/setter pair
- ayahNumber → int
-
final
- ayahText → String
-
final
- centered ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hizb → int
-
final
- id → int
-
final
- jozz → int
-
final
- lineEnd → int
-
final
- lineStart → int
-
final
- page → int
-
final
- quarter → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sajda → bool
-
final
- surahNameAr → String
-
final
- surahNameEn → String
-
final
- surahNumber → int
-
final
Methods
-
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.
inherited