CustomPronunciationParams constructor

CustomPronunciationParams({
  1. String? phoneticEncoding,
  2. String? phrase,
  3. String? pronunciation,
})

Implementation

CustomPronunciationParams({
  this.phoneticEncoding,
  this.phrase,
  this.pronunciation,
});