copyWith method
Implementation
CreatePronunciationDictionaryResponseModel copyWith({String? status}) {
return CreatePronunciationDictionaryResponseModel(
status: status ?? this.status);
}
CreatePronunciationDictionaryResponseModel copyWith({String? status}) {
return CreatePronunciationDictionaryResponseModel(
status: status ?? this.status);
}