QuranPageModel class

هذا الموديل يمثل صفحة من صفحات القرآن ويحتوي على قائمة من الآيات (AyahModel) والأسطر (LineModel) This model represents a Quran page and contains a list of ayahs (AyahModel) and lines (LineModel)

Constructors

QuranPageModel.new({required int pageNumber, required List<AyahModel> ayahs, required List<LineModel> lines, int? hizb, bool hasSajda = false, bool lastLine = false, int numberOfNewSurahs = 0})

Properties

ayahs List<AyahModel>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSajda bool
getter/setter pair
hizb int?
getter/setter pair
lastLine bool
getter/setter pair
lines List<LineModel>
getter/setter pair
numberOfNewSurahs int
getter/setter pair
pageNumber int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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