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