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