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