CustomPronunciations constructor

CustomPronunciations({
  1. List<CustomPronunciationParams>? pronunciations,
})

Implementation

CustomPronunciations({
  this.pronunciations,
});