copyWithWrapped method

Implementation

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