SyncStreamCommand constructor

const SyncStreamCommand({
  1. required String asrText,
  2. required List<double> timestamps,
  3. bool isNewSegment = false,
  4. int ayahNumber = 0,
})

Implementation

const SyncStreamCommand({
  required this.asrText,
  required this.timestamps,
  this.isNewSegment = false,
  this.ayahNumber = 0,
});