copyWith method
Implementation
PodcastBulletinModeData copyWith({String? hostVoiceId}) {
return PodcastBulletinModeData(
hostVoiceId: hostVoiceId ?? this.hostVoiceId);
}
PodcastBulletinModeData copyWith({String? hostVoiceId}) {
return PodcastBulletinModeData(
hostVoiceId: hostVoiceId ?? this.hostVoiceId);
}