QpcV4AyahInfoLine class

Constructors

QpcV4AyahInfoLine({required int pageNumber, required int lineNumber, required QpcV4LineType lineType, required bool isCentered, required int? surahNumber, required int? firstWordId, required int? lastWordId})
const
QpcV4AyahInfoLine.fromJson(Map<String, dynamic> json)
factory

Properties

firstWordId int?
final
hashCode int
The hash code for this object.
no setterinherited
isCentered bool
final
lastWordId int?
final
lineNumber int
final
lineType QpcV4LineType
final
pageNumber int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surahNumber int?
final

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