QpcV4AyahFlowBlock constructor

const QpcV4AyahFlowBlock({
  1. required int ayahUq,
  2. required int surahNumber,
  3. required int ayahNumber,
  4. required List<QpcV4WordSegment> segments,
})

Implementation

const QpcV4AyahFlowBlock({
  required this.ayahUq,
  required this.surahNumber,
  required this.ayahNumber,
  required this.segments,
});