PronunciationDictionaryPhonemeRuleRequestModel constructor

const PronunciationDictionaryPhonemeRuleRequestModel({
  1. required String stringToReplace,
  2. required String type,
  3. required String phoneme,
  4. required String alphabet,
})

Implementation

const PronunciationDictionaryPhonemeRuleRequestModel({
  required this.stringToReplace,
  required this.type,
  required this.phoneme,
  required this.alphabet,
});