BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost constructor

const BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost({
  1. required List<PronunciationDictionaryVersionLocatorDBModel> pronunciationDictionaryLocators,
  2. bool? invalidateAffectedText,
})

Implementation

const BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost({
  required this.pronunciationDictionaryLocators,
  this.invalidateAffectedText,
});