copyWith method

Implementation

BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost
    copyWith(
        {List<PronunciationDictionaryVersionLocatorDBModel>?
            pronunciationDictionaryLocators,
        bool? invalidateAffectedText}) {
  return BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost(
      pronunciationDictionaryLocators: pronunciationDictionaryLocators ??
          this.pronunciationDictionaryLocators,
      invalidateAffectedText:
          invalidateAffectedText ?? this.invalidateAffectedText);
}