copyWith method
BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch
copyWith({
- dynamic voiceId,
- dynamic languages,
Implementation
BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch
copyWith({dynamic voiceId, dynamic languages}) {
return BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch(
voiceId: voiceId ?? this.voiceId,
languages: languages ?? this.languages);
}