copyWith method
Implementation
SegmentTranslationResponse copyWith({int? version}) {
return SegmentTranslationResponse(version: version ?? this.version);
}
SegmentTranslationResponse copyWith({int? version}) {
return SegmentTranslationResponse(version: version ?? this.version);
}