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