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