QpcV4AyahFlowBlock constructor
const
QpcV4AyahFlowBlock({
- required int ayahUq,
- required int surahNumber,
- required int ayahNumber,
- required List<
QpcV4WordSegment> segments,
Implementation
const QpcV4AyahFlowBlock({
required this.ayahUq,
required this.surahNumber,
required this.ayahNumber,
required this.segments,
});