copyWithWrapped method
Implementation
CreatePronunciationDictionaryResponseModel copyWithWrapped(
{Wrapped<String>? status}) {
return CreatePronunciationDictionaryResponseModel(
status: (status != null ? status.value : this.status));
}
CreatePronunciationDictionaryResponseModel copyWithWrapped(
{Wrapped<String>? status}) {
return CreatePronunciationDictionaryResponseModel(
status: (status != null ? status.value : this.status));
}