copyWith method

Implementation

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