copyWithWrapped method
BodyAddRulesToThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdAddRulesPost
copyWithWrapped({})
Implementation
BodyAddRulesToThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdAddRulesPost
copyWithWrapped({Wrapped<List<Object>>? rules}) {
return BodyAddRulesToThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdAddRulesPost(
rules: (rules != null ? rules.value : this.rules));
}