SetSurahReferenceCommand constructor

const SetSurahReferenceCommand({
  1. required String fullPhonemes,
  2. required List<int> boundaries,
  3. required int surahNumber,
  4. bool isTajweed = false,
  5. bool forceClear = false,
  6. int startGlobalWord = 0,
  7. List<List<WordTajweedRule>>? wordRules,
})

Implementation

const SetSurahReferenceCommand({
  required this.fullPhonemes,
  required this.boundaries,
  required this.surahNumber,
  this.isTajweed = false,
  this.forceClear = false,
  this.startGlobalWord = 0,
  this.wordRules,
});