copyWithWrapped method
Implementation
SegmentTranscriptionResponse copyWithWrapped({Wrapped<int>? version}) {
return SegmentTranscriptionResponse(
version: (version != null ? version.value : this.version));
}
SegmentTranscriptionResponse copyWithWrapped({Wrapped<int>? version}) {
return SegmentTranscriptionResponse(
version: (version != null ? version.value : this.version));
}