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