Aya class

Constructors

Aya({required int number, required String text, required Edition edition, required int numberInSurah, required int juz, required int manzil, required int page, required int ruku, required int hizbQuarter, required bool sajda, required String? audio, required List<String>? audioSecondary})
const
Aya.fromMap(Map<String, dynamic> map)
factory

Properties

audio String?
final
audioSecondary List<String>?
final
edition Edition
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
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
ruku int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sajda bool
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
text String
final

Methods

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

Operators

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