BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost constructor

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

Implementation

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