copyWith method

Implementation

BodyAddRulesToThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdAddRulesPost
    copyWith({List<Object>? rules}) {
  return BodyAddRulesToThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdAddRulesPost(
      rules: rules ?? this.rules);
}